Skip to content

Commit f0c7eb8

Browse files
authored
ci: tests: build: Install scitt-emulator
1 parent 47b67f2 commit f0c7eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Install dev dependencies
3737
run: |
3838
pip install -U pip setuptools wheel
39+
pip install -U https://github.com/scitt-community/scitt-api-emulator/archive/e89a60584fa717382f279ae24b8a1a93d458bb4d.zip
3940
pip install -e .[dev]
4041
python -m pip freeze
4142
- name: Build

0 commit comments

Comments
 (0)