mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 20:18:32 +02:00
[GitHub Actions] better activate of Windows virtual env
This commit is contained in:
parent
d590dee99a
commit
cac2ab4013
2 changed files with 3 additions and 1 deletions
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
|||
python-version: [ 3.7, 3.8, 3.9 ]
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
exclude: # Added for GitHub Actions PR problem 2020-12-19 -- remove later!
|
||||
- os: windows-latest
|
||||
python-version: 3.8
|
||||
- os: windows-latest
|
||||
python-version: 3.9
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
|
||||
- name: Activate Virtual Environment (Windows)
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
run: venv/Scripts/activate
|
||||
run: .\.venv\Scripts\activate.ps1
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue