Skip to content

Commit

Permalink
tmp: test against pnl sc branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kmantel committed Dec 14, 2023
1 parent 03001a5 commit eada090
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit eada090

Please sign in to comment.