Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eightysteele committed Jul 17, 2024
1 parent a156aaa commit e5b2400
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,30 @@ jobs:
steps:
- uses: actions/checkout@v4

# - id: auth
# uses: google-github-actions/auth@v2
# with:
# credentials_json: "${{ secrets.ARTIFACT_REGISTRY_KEY }}"

# - name: Setup gcloud
# uses: google-github-actions/setup-gcloud@v2

# - name: Install system environment and project dependencies
# env:
# GITHUB_CI: "true"
# run: ./install.sh

# - name: Setup caching for test assets
# uses: actions/cache@v4
# with:
# path: assets
# key: ${{ runner.os }}-${{ matrix.runner }}-assets
# restore-keys: ${{ runner.os }}-${{ matrix.runner }}-assets

# - name: Run tests
# uses: prefix-dev/[email protected]
# with:
# pixi-version: v0.25.0
# cache: true
# run: pixi run all-tests-ci
- id: auth
uses: google-github-actions/auth@v2
with:
credentials_json: "${{ secrets.ARTIFACT_REGISTRY_KEY }}"

- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v2

- name: Install system environment and project dependencies
env:
GITHUB_CI: "true"
run: ./install.sh

- name: Setup caching for test assets
uses: actions/cache@v4
with:
path: assets
key: ${{ runner.os }}-${{ matrix.runner }}-assets
restore-keys: ${{ runner.os }}-${{ matrix.runner }}-assets

- name: Run tests
uses: prefix-dev/[email protected]
with:
pixi-version: v0.25.0
manifest-path: pyproject.toml
cache: true
- run: pixi run all-tests-ci

0 comments on commit e5b2400

Please sign in to comment.