Skip to content

Commit

Permalink
Try switching upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Mar 31, 2024
1 parent e3bead6 commit e34663f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_galaxy_package_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
GALAXY_SKIP_NODE=1 GALAXY_SKIP_CLIENT_BUILD=1 make setup-venv
# create local release
echo "c" | UPSTREAM_REMOTE_URL="https://github.com/galaxyproject/galaxy.git" ./scripts/release.sh -l
echo "c" | UPSTREAM_REMOTE_URL="https://github.com/nuwang/galaxy.git" ./scripts/release.sh -l
# make requirements point to local wheels where possible
cd tpv
while IFS= read -r line; do
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Install required packages
run: pip install tox
- name: Run tox
run: tox -e py${{ matrix.python-version }} -- --runslow
run: tox -e py${{ matrix.python-version }}
env:
PYTHONUNBUFFERED: "True"
working-directory: 'tpv'

0 comments on commit e34663f

Please sign in to comment.