Skip to content

Commit

Permalink
[GitHub Actions] better activate of Windows virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
minchinweb committed May 18, 2021
1 parent d590dee commit cac2ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_external_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cac2ab4

Please sign in to comment.