Skip to content

Commit

Permalink
Remove caching from cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Dec 5, 2023
1 parent 9359374 commit 70f05c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ jobs:
bash -c "uname -svrmo"
- name: Tell Cygwin's git about this repository.
run: |
dash -c "which git; /usr/bin/git config --system --add safe.directory /cygdrive/d/a/gfort2py/gfort2py"
- uses: actions/setup-python@v2
with:
cache: 'pip'

dash -c "which git; /usr/bin/git config --system --add safe.directory /cygdrive/d/a/gfort2py/gfort2py"
- name: Verify python version
# Make sure it's the Cygwin one, not a Windows one
run: |
Expand Down

0 comments on commit 70f05c3

Please sign in to comment.