Skip to content

Commit 6571bc0

Browse files
authored
Merge pull request #152 from release-engineering/deps/pip-compile
chore: scheduled pip-compile
2 parents 79266bc + a2b3fd6 commit 6571bc0

3 files changed

Lines changed: 379 additions & 345 deletions

File tree

.github/workflows/tox-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
- name: Install Tox
5858
run: pip install tox
5959
- name: Test on ${{ matrix.python-version }}
60-
run: tox -e "py${{ matrix.python-version }}"
60+
run: |
61+
PY_VER=${{ matrix.python-version }}
62+
tox -e "py${PY_VER//./}"
6163
coverage:
6264
runs-on: ubuntu-latest
6365
steps:

0 commit comments

Comments
 (0)