Skip to content

Commit

Permalink
Change pytest install to benefit toml format
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjarnoux committed Oct 4, 2023
1 parent 53b1f7e commit 4592c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
shell: bash -l {0}
run: |
conda install -y --file requirements.txt
conda install -y pytest
pip install .
pip install .[test]
# Check that it is installed and displays help without error
- name: Check that PPanGGOLiN is installed
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.188
1.2.189

0 comments on commit 4592c0a

Please sign in to comment.