Skip to content

Commit 8caf4c4

Browse files
authored
Merge pull request #50 from CCPBioSim/49-bug-project-ci-1
Isolate CI Testing Strategies for `pre-commit`, `docs` and `testing`
2 parents 6aed85b + e28c6d7 commit 8caf4c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/example_package_project-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install python dependencies
6666
run: |
6767
pip install --upgrade pip
68-
pip install -e .[pre-commit,docs,testing]
68+
pip install -e .[pre-commit]
6969
- name: Run pre-commit
7070
run: |
7171
pre-commit install

0 commit comments

Comments
 (0)