Skip to content

Commit

Permalink
fixup: fix daily-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Cattaneo committed Dec 20, 2024
1 parent 2262f6e commit 81d3d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
pyversion=${{ matrix.python-version }}
pyversion_no_dot=${pyversion//./}
tox run -e ${pyversion_no_dot} -m test-${{ matrix.tox-module-factor }}-cpu
tox run -x testenv.base_python=py${pyversion_no_dot} -m test-${{ matrix.tox-module-factor }}-cpu
- name: Notify slack
if: ${{ failure() }}
env:
Expand Down

0 comments on commit 81d3d6b

Please sign in to comment.