Skip to content

Commit

Permalink
docs workflow create venv
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Nov 2, 2024
1 parent 2cb7c4c commit e4af768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PRIMARY_PYTHON_VERSION }}
- uses: andgineer/uv-venv@v1
- run: |
pip install uv
uv pip install ghp-import -r requirements.dev.txt --python=${{ env.PRIMARY_PYTHON_VERSION }}
- run: |
Expand Down

0 comments on commit e4af768

Please sign in to comment.