Skip to content

Commit ff35f6b

Browse files
committed
installing dev packages
1 parent 89ac1c2 commit ff35f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
tests-with-conda-install:
@@ -38,6 +38,6 @@ jobs:
3838
python-version: 3.11
3939
- name: Install dependencies
4040
run: |
41-
python -m pip install .
41+
python -m pip install .[dev]
4242
- name: Run tests
4343
run: python -m pytest -v

0 commit comments

Comments
 (0)