Skip to content

Commit

Permalink
still not sure what is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
singergr-ctds committed Jun 26, 2020
1 parent f3bab22 commit f774b07
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-latest
- ubuntu-16.04
- windows-latest
#- ubuntu-latest
#- ubuntu-16.04
#- windows-latest
python:
- 3.7
env:
Expand All @@ -33,14 +33,15 @@ jobs:
ls -l "${RUNNER_TOOL_CACHE}"
ls -l "${RUNNER_TOOL_CACHE}/Python"
echo before
rm -rf "${RUNNER_TOOL_CACHE}/Python/*"
rm -rf "${RUNNER_TOOL_CACHE}/Python/*" && echo can delete || echo cannot delete
echo after
ls -l "${RUNNER_TOOL_CACHE}"
ls -l "${RUNNER_TOOL_CACHE}/Python"
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
env:
MACOSX_DEPLOYMENT_TARGET: '10.9'
RUNNER_TOOL_CACHE: ${{ github.workspace }}/non-ex-is-tent
with:
python-version: ${{ matrix.python }}
- name: Run Tests
Expand Down

0 comments on commit f774b07

Please sign in to comment.