Skip to content

Commit

Permalink
fixing because windows complained
Browse files Browse the repository at this point in the history
  • Loading branch information
carise committed Jan 26, 2021
1 parent 9a92231 commit e6964ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
env:
CI_PROD_TOKEN: ${{ secrets.CI_PROD_TOKEN }}
CI_DEV_TOKEN: ${{ secrets.CI_DEV_TOKEN }}
shell: bash
run: |
pip install pytest
cd demos
../tests/make-config.sh
ADAM_CONFIG="$PWD/../tests/test-config.yaml" pytest ../tests \
--cov=adam \
--ignore=../tests/integration_tests
ADAM_CONFIG="$(pwd)/../tests/test-config.yaml" pytest ../tests --cov=adam --ignore=../tests/integration_tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit e6964ac

Please sign in to comment.