Skip to content

Commit

Permalink
Removed VIRTUAL_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
olszomal committed Nov 5, 2024
1 parent 5c09400 commit 92d0c90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ jobs:
if: runner.os == 'macOS'
run: |
python -m venv --system-site-packages --copies venv
echo "VIRTUAL_ENV=${{github.workspace}}/venv" >> $GITHUB_ENV
echo "${{github.workspace}}/venv/bin" >> $GITHUB_PATH
- name: Install Xcode (macOS)
if: runner.os == 'macOS'
Expand Down Expand Up @@ -154,9 +152,6 @@ jobs:
if: runner.os == 'Windows'
run: |
python.exe -m venv --system-site-packages --copies venv
echo "VIRTUAL_ENV=${{github.workspace}}\venv" >> $GITHUB_ENV
echo "${{github.workspace}}\venv\Scripts" >> $GITHUB_PATH
- name: Install python3 cryptography module (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 92d0c90

Please sign in to comment.