Skip to content

Commit

Permalink
update installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
vertefra committed Aug 29, 2024
1 parent 32d5702 commit adbe077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_lint_and_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
with:
python-version: '3.12.4'
- name: install dev dependencies
run: pip install .[dev] .[wandb]
run: pip install .[dev,wandb]
shell: bash
- name: run linting
run: make lint-check
Expand Down

0 comments on commit adbe077

Please sign in to comment.