Skip to content

Commit

Permalink
chore: windows fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jan 22, 2020
1 parent 804e571 commit ad554ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: packages/vaex-core/build
key: ${{ runner.OS }}-${{ matrix.python-version }}-${{ hashFiles('packages/vaex-core/src/*') }}
- name: Fix cache timestamp
if: steps.cache-compiled-binaries.outputs.cache-hit == 'true'
if: (steps.cache-compiled-binaries.outputs.cache-hit == 'true') && (matrix.os == 'windows-latest')
shell: bash
run: |
find packages/vaex-core/build -type f -exec touch {} +
Expand Down

0 comments on commit ad554ea

Please sign in to comment.