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 8c41007 commit f7a4d4fCopy full SHA for f7a4d4f
.github/workflows/build-pypi.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- python-version: ["3.6"]
+ python-version: ["3.6.7"]
22
steps:
23
- uses: actions/checkout@v3
24
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/test.yaml
@@ -6,15 +6,14 @@ jobs:
6
7
8
9
10
11
12
13
uses: actions/setup-python@v4
14
with:
15
python-version: ${{ matrix.python-version }}
16
17
-
- name: Install dependencies
run: |
python -m pip install --upgrade pip
0 commit comments