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 40f2a53 commit d4445f6Copy full SHA for d4445f6
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@master
11
- uses: actions/setup-python@v5
12
with:
13
- python-version: "3.10"
+ python-version: "3.10.19"
14
architecture: "x64"
15
- run: python -m pip install -U pip wheel setuptools
16
- run: python -m pip install -r test-requirements.txt
0 commit comments