Skip to content

Commit c209250

Browse files
committed
Fix CI
1 parent 6239c33 commit c209250

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.github/workflows/python_style_checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23-
python -m venv .direnv
24-
source .direnv/bin/activate
2523
python -m pip install --upgrade pip setuptools wheel
2624
python -m pip install -e .[github]
27-
echo "$PWD/.direnv/bin" >> "$GITHUB_PATH"
2825
- name: Check formatting with black
2926
if: always()
3027
run: |

.github/workflows/python_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23-
python -m venv .direnv
24-
source .direnv/bin/activate
2523
python -m pip install --upgrade pip setuptools wheel
2624
python -m pip install -e .[github]
27-
echo "$PWD/.direnv/bin" >> "$GITHUB_PATH"
2825
- name: Run tests with pytest
2926
if: always()
3027
run: |

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,9 @@ dev = [
8686
"pymarkdownlnt",
8787
"pyright",
8888
"pytest",
89-
"pytest-cov",
90-
"pytest-repeat",
91-
"pytest-reverse",
9289
]
9390
github = [
94-
"speciesnet[all]",
91+
"speciesnet[dev]",
9592
"pytest-custom_exit_code",
9693
]
9794

0 commit comments

Comments
 (0)