From 0d8b33093eef961867af190ea909334d6a5b1407 Mon Sep 17 00:00:00 2001 From: Jesse Snyder Date: Thu, 7 Nov 2024 11:44:36 -0800 Subject: [PATCH] Revert to dallinger@master for github actions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c40853e..203e9181 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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]