Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Aug 25, 2021
1 parent 76955ed commit 22418da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -18,8 +18,8 @@ jobs:
python-version: '3.x'

- run: |
python -m pip install --upgrade pip
pip install wheel .[test]
python -m pip install --upgrade pip wheel
pip install -e .[test]
- run: ADS_TOKEN=${{secrets.ADS_TOKEN}} python -m pytest

Expand Down

0 comments on commit 22418da

Please sign in to comment.