We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c896f commit 6f9b7adCopy full SHA for 6f9b7ad
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
cache-dependency-path: pyproject.toml
22
- name: Install dependencies
23
run: |
24
- pip install . --group dev
+ pip install --group dev
25
- name: Run tests
26
27
pytest
.github/workflows/test.yml
@@ -24,9 +24,7 @@ jobs:
- pip install -e '.[test,mypy,flake8]'
28
- - name: Optionally install tui dependencies
29
- run: pip install -e '.[tui]'
30
- name: Optionally install numpy
31
if: matrix.numpy == 1
32
run: pip install numpy
0 commit comments