From 95e6d4cf730daaf28215510014e3c416eb944672 Mon Sep 17 00:00:00 2001 From: Arash Kadkhodaei Date: Thu, 10 Oct 2024 17:51:42 +0200 Subject: [PATCH] No need to test BioBlend's interactions with the Test ToolShed. Co-authored-by: Nicola Soranzo --- .github/workflows/bioblend.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/bioblend.yaml b/.github/workflows/bioblend.yaml index 9b7e414fae71..434823807f2d 100644 --- a/.github/workflows/bioblend.yaml +++ b/.github/workflows/bioblend.yaml @@ -72,7 +72,6 @@ jobs: run: | # Create a PostgreSQL database for Galaxy. The default SQLite3 database makes test fail randomly because of "database locked" error. createdb -U postgres galaxy - export BIOBLEND_TOOLSHED_URL=https://testtoolshed.g2.bx.psu.edu/ export DATABASE_CONNECTION=postgresql://postgres:@localhost/galaxy ./bioblend/run_bioblend_tests.sh -g galaxy -v python${{ matrix.galaxy_python_version }} -e ${{ matrix.tox_env }} - name: The job has failed