Skip to content

Commit 4b6242c

Browse files
committed
Updating to use common auth
1 parent b0d1aca commit 4b6242c

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
pip install .
3333
popd
3434
35+
pip install --upgrade "git+https://github.com/davidpcls/bluesky-authentication.git@main"
36+
3537
pip install .
3638
pip install -r requirements-dev.txt
3739
pip list

.github/workflows/docs_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
pip install .
4545
popd
4646
47+
pip install --upgrade "git+https://github.com/davidpcls/bluesky-authentication.git@main"
48+
4749
pip install .
4850
pip install -r requirements-dev.txt
4951
pip list

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
pip install .
5757
popd
5858
59+
pip install --upgrade "git+https://github.com/davidpcls/bluesky-authentication.git@main"
60+
5961
pip install --upgrade pip
6062
pip install .
6163
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)