Skip to content

Commit

Permalink
Use correct Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex3917 committed Oct 13, 2022
1 parent 408c5a3 commit 30ca960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: npm run build
working-directory: ./sampleapp

- run: poetry env use 3.10.4
- run: poetry env use 3.10.2
working-directory: ./sampleapp

- name: Install dependencies if cache does not exist
Expand Down

0 comments on commit 30ca960

Please sign in to comment.