Skip to content

Commit

Permalink
Update Python version for pip install
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Aug 7, 2023
1 parent 11d3b08 commit 07ff594
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 07ff594

Please sign in to comment.