From e34663f0f0b74e787596587a6768d45bf572fc15 Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:17:15 +0530 Subject: [PATCH] Try switching upstream --- .github/workflows/test_galaxy_package_integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_galaxy_package_integration.yaml b/.github/workflows/test_galaxy_package_integration.yaml index 87564e4a7497..7cc034446984 100644 --- a/.github/workflows/test_galaxy_package_integration.yaml +++ b/.github/workflows/test_galaxy_package_integration.yaml @@ -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 @@ -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'