We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b67f2 commit f0c7eb8Copy full SHA for f0c7eb8
.github/workflows/tests.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Install dev dependencies
37
run: |
38
pip install -U pip setuptools wheel
39
+ pip install -U https://github.com/scitt-community/scitt-api-emulator/archive/e89a60584fa717382f279ae24b8a1a93d458bb4d.zip
40
pip install -e .[dev]
41
python -m pip freeze
42
- name: Build
0 commit comments