Skip to content

Commit

Permalink
Download first to test s3 access
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed May 5, 2023
1 parent 3181a67 commit 9b7d3d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/_linux-build.yml
Expand Up @@ -112,6 +112,12 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Download pytest cache
uses: ./.github/actions/pytest-cache-download
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
cache_dir: .pytest_cache

# Apply the filter logic to the build step too if the test-config label is already there
- name: Select all requested test configurations (if the test matrix is available)
id: filter
Expand Down

0 comments on commit 9b7d3d9

Please sign in to comment.