mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-04 04:02:47 -05:00
Removed VIRTUAL_ENV
This commit is contained in:

committed by
Michał Trojnara

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'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
python -m venv --system-site-packages --copies venv
|
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)
|
- name: Install Xcode (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
@ -154,9 +152,6 @@ jobs:
|
|||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
python.exe -m venv --system-site-packages --copies venv
|
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)
|
- name: Install python3 cryptography module (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
|
Reference in New Issue
Block a user