Skip to content

Commit

Permalink
do
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed May 4, 2023
1 parent 871e187 commit 53ce967
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/_linux-build.yml
Expand Up @@ -81,13 +81,13 @@ jobs:
- name: Setup Linux
uses: ./.github/actions/setup-linux

# Temp for testing
- name: Upload pytest cache
uses: ./.github/actions/pytest-cache-upload
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
cache_dir: .pytest_cache
# shard: ${{ matrix.shard }}
# # Temp for testing
# - name: Upload pytest cache
# uses: ./.github/actions/pytest-cache-upload
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# cache_dir: .pytest_cache
# # shard: ${{ matrix.shard }}

- name: Calculate docker image
id: calculate-docker-image
Expand Down

0 comments on commit 53ce967

Please sign in to comment.