File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed
Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -86,12 +86,9 @@ dev = [
8686 " pymarkdownlnt" ,
8787 " pyright" ,
8888 " pytest" ,
89- " pytest-cov" ,
90- " pytest-repeat" ,
91- " pytest-reverse" ,
9289]
9390github = [
94- " speciesnet[all ]" ,
91+ " speciesnet[dev ]" ,
9592 " pytest-custom_exit_code" ,
9693]
9794
You can’t perform that action at this time.
0 commit comments