Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Mar 15, 2024
1 parent e52217e commit cb2bbe6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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,13 @@ 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 contents
run: cat tpv/requirements_test.txt

- name: install reqs
run: pip install -r tpv/requirements_test.txt
working-directory: 'tpv'

- name: Install required packages
run: pip install tox
- name: Run tox
Expand Down

0 comments on commit cb2bbe6

Please sign in to comment.