We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4b70d commit 18ca242Copy full SHA for 18ca242
.github/workflows/run-tests-on-push.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: actions/checkout@v4
42
- uses: actions/setup-python@v5
43
with:
44
- python-version: "3.10"
+ python-version: "3.11"
45
cache: 'pip'
46
- run: pip install --upgrade pip
47
- run: pip install poetry
0 commit comments