Skip to content

Commit

Permalink
Merge pull request #97 from mulkieran/python-version-weekly
Browse files Browse the repository at this point in the history
Update Python version for pip install
  • Loading branch information
mulkieran authored Aug 7, 2023
2 parents c95115c + 885ddbb commit 04f5e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
task: make -f Makefile yamllint
- dependencies: pylint python-hypothesis
task: >
PYTHONPATH=./src:/github/home/.local/lib/python3.11/site-packages
PYTHONPATH=./src:/github/home/.local/lib/python3.12/site-packages
make -f Makefile lint
- dependencies: python python3-build twine
task: make -f Makefile package
Expand Down

0 comments on commit 04f5e40

Please sign in to comment.