Skip to content

Commit

Permalink
venv
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Feb 28, 2024
1 parent f592629 commit 2f122d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install uv
python -m uv pip install tox tox-gh-actions
pip install uv
uv venv
uv pip install tox tox-gh-actions
- name: Cache tox environments
id: cache-tox
uses: actions/cache@v3
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ allowlist_externals =
pytest
uv
commands =
pip install uv
uv venv
uv pip install -r requirements-test.txt
uv pip install -e .
# Disable ruff plugin to generate better coverage results
Expand Down

0 comments on commit 2f122d3

Please sign in to comment.