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 6409f39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
- name: setup python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.12
- 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 6409f39

Please sign in to comment.