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 7073a7d commit 69eca57Copy full SHA for 69eca57
.github/workflows/check.yml
@@ -21,7 +21,6 @@ jobs:
21
cache-dependency-path: '**/pyproject.toml'
22
- name: Install package with development dependencies
23
run: pip install -e ".[dev]"
24
- if: steps.setup-python.outputs.cache-hit != 'true'
25
26
# check with ruff
27
- name: Run ruff
.github/workflows/unit_tests.yml
@@ -32,9 +32,7 @@ jobs:
32
cache: 'pip'
33
34
- name: Install package with dependencies
35
- run: |
36
- pip install -e ".[test]"
37
+ run: pip install -e ".[test]"
38
39
# for all versions but the one we use for code coverage, run normally
40
- name: Run unit tests normally
0 commit comments