Skip to content

Commit 4f412b5

Browse files
olszomalmtrojnar
authored andcommitted
Removed VIRTUAL_ENV
1 parent e6f3ff6 commit 4f412b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ jobs:
125125
if: runner.os == 'macOS'
126126
run: |
127127
python -m venv --system-site-packages --copies venv
128-
echo "VIRTUAL_ENV=${{github.workspace}}/venv" >> $GITHUB_ENV
129-
echo "${{github.workspace}}/venv/bin" >> $GITHUB_PATH
130128
131129
- name: Install Xcode (macOS)
132130
if: runner.os == 'macOS'
@@ -154,9 +152,6 @@ jobs:
154152
if: runner.os == 'Windows'
155153
run: |
156154
python.exe -m venv --system-site-packages --copies venv
157-
echo "VIRTUAL_ENV=${{github.workspace}}\venv" >> $GITHUB_ENV
158-
echo "${{github.workspace}}\venv\Scripts" >> $GITHUB_PATH
159-
160155
161156
- name: Install python3 cryptography module (Windows)
162157
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)