Skip to content

Commit

Permalink
removed qmugs download from build action
Browse files Browse the repository at this point in the history
  • Loading branch information
josejimenezluna committed Dec 17, 2021
1 parent 9436031 commit 5635b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "PYTHONPATH=/home/runner/work/delfta/delfta" >> $GITHUB_ENV
name: download files
- run: |
python delfta/download.py --training --tests
python delfta/download.py --tests
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
name: test
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
echo "PYTHONPATH=/Users/runner/work/delfta/delfta" >> $GITHUB_ENV
name: download files
- run: |
python delfta/download.py --training --tests
python delfta/download.py --tests
name: test
- run: |
pytest

0 comments on commit 5635b51

Please sign in to comment.