Skip to content

Commit

Permalink
Attempt to workaround venv failure in Actions runner 20240929.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Oct 4, 2024
1 parent 797098b commit 2ddffbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,12 @@ jobs:
with:
python-version: '3.11.4'

# Without this, venv stopped working in 20240929.1 runner.
- name: Activate virtualenv
run: |
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
- name: Init CTS submodule
if: matrix.options.tools_cts =='ON'
run:
Expand Down

0 comments on commit 2ddffbb

Please sign in to comment.