Skip to content

Commit

Permalink
hack to fix python venv cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Nov 15, 2023
1 parent 8742d7b commit c15966b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pulumi-aws-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
working-directory: bin
run: ./test_runner.sh "/home/runner/work/kic-reference-architectures/kic-reference-architectures"

# Hack to make the postjob work by the python gh action not fail since we have the venv elsewhere
- run: mkdir -p /home/runner/.local/share/virtualenvs

macos-tests:
Expand All @@ -42,3 +43,6 @@ jobs:
- name: Test
working-directory: bin
run: ./test_runner.sh "/Users/runner/work/kic-reference-architectures/kic-reference-architectures"

# Hack to make the postjob work by the python gh action not fail since we have the venv elsewhere
- run: mkdir -p /Users/runner/.local/share/virtualenvs

0 comments on commit c15966b

Please sign in to comment.