Skip to content

Commit

Permalink
test build with python version
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Aug 7, 2023
1 parent b86952a commit 9e03437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
environment: deployment
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Install Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
environment: test-deployment
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Install Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 9e03437

Please sign in to comment.