From eada090dbbc5a857927689e6a82154f370341302 Mon Sep 17 00:00:00 2001 From: Katherine Mantel Date: Thu, 14 Dec 2023 02:36:43 +0000 Subject: [PATCH] tmp: test against pnl sc branch --- .github/workflows/ci-integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-integration.yml b/.github/workflows/ci-integration.yml index 2e170a3..06660fe 100644 --- a/.github/workflows/ci-integration.yml +++ b/.github/workflows/ci-integration.yml @@ -54,6 +54,9 @@ jobs: - name: Install package run: python -m pip install -r psyneulink_requirements.txt && python -m pip install -e .[dev] + - name: tmp install gsc branch + run: python -m pip install git+https://github.com/kmantel/PsyNeuLink.git@structural-conditions + - name: Test with pytest timeout-minutes: 80 run: pytest --junit-xml=tests_out.xml --verbosity=0 -n auto --no-cov tests/integration/psyneulink/