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 db2bc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
python-version: 3.8
- name: Install aspects
run: pip install .
run: pip install ".[dev]"
- name: Save config
run: tutor config save
- name: Setup Docker Buildx
Expand Down

0 comments on commit db2bc1a

Please sign in to comment.