Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
removed cache step from runner
Browse files Browse the repository at this point in the history
When building with local runner on Mac OS there is no python release for arm64 architecture to take advantage of setup-python. See: actions/setup-python#108
  • Loading branch information
fourfridays committed May 14, 2023
1 parent 7439f51 commit 73da0fd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Cache pip
uses: actions/setup-python@v4
with:
python-version: '3.11.3'
architecture: x64
cache: 'pip'

- name: 'Build and push'
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 73da0fd

Please sign in to comment.