Skip to content

Commit

Permalink
test: install dev requirements for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 12, 2024
1 parent 52fee94 commit 4ca3f20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
with:
python-version: 3.8
- name: Install aspects
run: pip install .
run: |
pip install -r requirements/dev.txt
pip install -e .
- name: Save config
run: tutor config save
- name: Setup Docker Buildx
Expand Down

0 comments on commit 4ca3f20

Please sign in to comment.