Skip to content

Commit

Permalink
Not really poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Jan 17, 2024
1 parent 0d3a27e commit 77f81ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Install dependencies and fuse
run: |
python -m pip install --upgrade pip
python -m pip install poetry pytest coverage coveralls
poetry install
python -m pip install pytest coverage coveralls
pip install .
- name: Test package
# This is running a normal test
Expand Down

0 comments on commit 77f81ce

Please sign in to comment.