Skip to content

Commit

Permalink
ci: tests: build: Install scitt-emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny authored Dec 13, 2023
1 parent 47b67f2 commit f0c7eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Install dev dependencies
run: |
pip install -U pip setuptools wheel
pip install -U https://github.com/scitt-community/scitt-api-emulator/archive/e89a60584fa717382f279ae24b8a1a93d458bb4d.zip
pip install -e .[dev]
python -m pip freeze
- name: Build
Expand Down

0 comments on commit f0c7eb8

Please sign in to comment.