Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
polybassa committed Oct 6, 2022
1 parent a9257ab commit 09e63ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Install Tox and any other packages
run: ./.config/ci/install.sh ${{ matrix.installmode }}
- name: Run Tox
run: UT_FLAGS=${{ matrix.flags }} ./.config/ci/test.sh ${{ matrix.python }} ${{ matrix.mode }}
run: UT_FLAGS="${{ matrix.flags }}" ./.config/ci/test.sh ${{ matrix.python }} ${{ matrix.mode }}
- name: Codecov
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 09e63ca

Please sign in to comment.