mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 08:50:12 -05:00
Removed VIRTUAL_ENV
This commit is contained in:
parent
e6f3ff631d
commit
4f412b5989
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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'
|
||||
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user