Skip to content

Commit 8f57df8

Browse files
committed
https://github.com/wbond/oscrypto/issues/78#issuecomment-1757552649
Signed-off-by: John Andersen <[email protected]>
1 parent bd60b86 commit 8f57df8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jobs:
3838
with:
3939
activate-environment: scitt
4040
environment-file: environment.yml
41-
- run: python -m pytest
41+
- run: |
42+
env
43+
python -m pip install -I git+https://github.com/wbond/oscrypto.git
44+
env
45+
python -m pytest
4246
4347
ci-cd-build-and-push-image-container:
4448
name: CI/CD (container)

0 commit comments

Comments
 (0)