Skip to content

Commit

Permalink
display requirements prior to running tox
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Mar 15, 2024
1 parent e52217e commit 37ba3a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_galaxy_package_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: cat tpv/requirements_test.txt | sed -e '/^galaxy-/ s/-/_/g' | sed -E 's/^galaxy_(.*)$/\.\.\/packages\/\1/g;' > requirements_local.txt
- name: replace test requirements with updated requirements that point to local packages
run: mv requirements_local.txt tpv/requirements_test.txt
- name: Display requirement contents
run: cat requirements_test.txt
working-directory: 'tpv'
- name: Install required packages
run: pip install tox
- name: Run tox
Expand Down

0 comments on commit 37ba3a5

Please sign in to comment.