Skip to content

Commit

Permalink
install dev
Browse files Browse the repository at this point in the history
  • Loading branch information
glyg committed Jan 7, 2024
1 parent 684c2c7 commit 1c53508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
environment-file: environment.yml
- name: install tyssue github action
shell: bash -l {0}
run: pip install --no-build-isolation --config-settings=editable.rebuild=true -ve.
run: pip install --no-build-isolation --config-settings=editable.rebuild=true -ve .[dev]
- name: Lint with flake8
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 1c53508

Please sign in to comment.