Skip to content

Commit

Permalink
update test download workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Aug 15, 2024
1 parent 644b65a commit 16203d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- uses: actions/checkout@v4
- name: Install test dependencies
run: |
/venv/bin/python -m pip install -r requirements-dev.txt
python -m pip install -r requirements-dev.txt
- name: Run tests
run: |
/venv/bin/python -m pytest -v -rxXs
python -m pytest -v -rxXs
- name: Validate sources.json
run: |
/venv/bin/python download.py sources.json -t -v
python download.py sources.json --dry_run -v

0 comments on commit 16203d2

Please sign in to comment.