From cac2ab401390be33f4f8e51c8a85ffab20f73c97 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Mon, 17 May 2021 20:56:16 -0600 Subject: [PATCH] [GitHub Actions] better activate of Windows virtual env --- .github/workflows/testing.yaml | 2 ++ .github/workflows/testing_external_plugins.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index c5015d5f..d352566b 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -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 diff --git a/.github/workflows/testing_external_plugins.yaml b/.github/workflows/testing_external_plugins.yaml index b5618ea6..eeb5c38e 100644 --- a/.github/workflows/testing_external_plugins.yaml +++ b/.github/workflows/testing_external_plugins.yaml @@ -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: |