Skip to content

Commit

Permalink
Move venv creation to run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Feb 25, 2024
1 parent ef94e05 commit c77bec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,10 @@ jobs:
githubToken: ${{ github.token }}
install: |
apk add py3-pip
run: |
python3 -m venv .venv
source .venv/bin/activate
pip3 install -U pip
run: |
pip3 install piston_rspy --no-index --find-links dist/ --force-reinstall
python3 -c "import piston_rspy"
Expand Down

0 comments on commit c77bec0

Please sign in to comment.