Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Mar 7, 2021
1 parent e0e7d4b commit e687060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: python3 -m pip install -U pip
if: 'matrix.TEST.CONTAINER == "ubuntu-bionic"'
if: matrix.TEST.CONTAINER == 'ubuntu-bionic'
- run: tox -v
env:
TOXENV: ${{ matrix.TEST.TOXENV }}
Expand Down

0 comments on commit e687060

Please sign in to comment.