Skip to content

Commit

Permalink
Update huggingface-cpu.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sivanantham <[email protected]>
  • Loading branch information
sivanantha321 authored Jun 26, 2024
1 parent 2a01b09 commit a609931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/huggingface-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Ensure test job passes before pushing image.
# needs: test

runs-on: macos-latest
runs-on: ubuntu-latest
# if: github.event_name == 'push'

steps:
Expand All @@ -63,6 +63,8 @@ jobs:

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
- name: CPU info
run: cat /proc/cpuinfo

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit a609931

Please sign in to comment.