1 parent b0d1aca commit 4b6242cCopy full SHA for 4b6242c
3 files changed
.github/workflows/docs.yml
@@ -32,6 +32,8 @@ jobs:
32
pip install .
33
popd
34
35
+ pip install --upgrade "git+https://github.com/davidpcls/bluesky-authentication.git@main"
36
+
37
38
pip install -r requirements-dev.txt
39
pip list
.github/workflows/docs_publish.yml
@@ -44,6 +44,8 @@ jobs:
44
45
46
47
48
49
50
51
.github/workflows/testing.yml
@@ -56,6 +56,8 @@ jobs:
56
57
58
59
60
61
pip install --upgrade pip
62
63
0 commit comments