Skip to content

Commit

Permalink
Merge pull request #298 from Dallinger/update-gh-action-reqs
Browse files Browse the repository at this point in the history
Revert to dallinger@master for github actions
  • Loading branch information
jessesnyder authored Nov 13, 2024
2 parents 283d0d3 + 0d8b330 commit 9d42f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r https://raw.githubusercontent.com/Dallinger/Dallinger/issues/5330-websocket-updates/dev-requirements.txt
pip install -r https://raw.githubusercontent.com/Dallinger/Dallinger/master/dev-requirements.txt
pip install -r dev-requirements.txt
- name: Install dallinger
run: |
pip install git+https://github.com/Dallinger/Dallinger.git@issues/5330-websocket-updates#egg=dallinger[docker]
pip install git+https://github.com/Dallinger/Dallinger.git@master#egg=dallinger[docker]
- name: Install experiment
run: |
pip install -e .[dev]
Expand Down

0 comments on commit 9d42f47

Please sign in to comment.