Skip to content

Commit

Permalink
Attempt to fix build wheel worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
katdom13 committed May 24, 2024
1 parent 214485b commit 816b9d3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: ⬇️ Install dependencies
run: |
python -m pip install uv
python -m uv venv .venv
echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV
echo "$PWD/.venv/bin" >> $GITHUB_PATH
python -Im uv pip install flit tox tox-gh-actions
python -Im pip install --upgrade pip
python -Im pip install flit tox tox-gh-actions
- name: 🏗️ Build wheel
run: |
Expand Down

0 comments on commit 816b9d3

Please sign in to comment.