Skip to content

Commit

Permalink
Test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Jun 20, 2024
1 parent 7a2d6bf commit a0bbbe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:

- run: |
python3 -m venv /tmp/venv
/tmp/venv/bin/python -m pip install --upgrade pip hatch coverage
/tmp/venv/bin/python -m pip install --upgrade pip setuptools wheel hatch coverage
/tmp/venv/bin/python -m pip install --upgrade pip hatch hatchling coverage
- run: |
/tmp/venv/bin/pip freeze
/tmp/venv/bin/hatch run testing:pip freeze
/tmp/venv/bin/hatch run testing:test
if: matrix.python-version != '3.11'
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies = [
"python-magic",
"typer",
"typing_extensions",
"secp256k1",
]

[project.optional-dependencies]
Expand Down

0 comments on commit a0bbbe3

Please sign in to comment.