Skip to content

Commit

Permalink
small hack for gh actions setup python cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Nov 15, 2023
1 parent 6dcb9db commit 866f4eb
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,8 @@ jobs:
working-directory: bin
run: ./test_runner.sh "/home/runner/work/kic-reference-architectures/kic-reference-architectures"

- run: mkdir -p /home/runner/.local/share/virtualenvs

macos-tests:
runs-on: macos-latest
steps:
Expand All @@ -40,3 +42,5 @@ jobs:
- name: Test
working-directory: bin
run: ./test_runner.sh "/Users/runner/work/kic-reference-architectures/kic-reference-architectures"

- run: mkdir -p /home/runner/.local/share/virtualenvs

0 comments on commit 866f4eb

Please sign in to comment.