Skip to content

Commit

Permalink
Specify repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPaton committed Sep 25, 2024
1 parent e2c60f5 commit 71de8b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- python: '3.13'
prerelease: true
steps:
- uses: .github/actions/setup-project.yaml
- uses: johnpaton/airbase/.github/actions/setup-project.yaml
name: Setup project
with:
python-version: ${{ matrix.python }}
Expand All @@ -31,7 +31,7 @@ jobs:
needs: unit-test
runs-on: ubuntu-latest
steps:
- uses: .github/actions/setup-project.yaml
- uses: johnpaton/airbase/.github/actions/setup-project.yaml
name: Setup project
- run: uv run pytest -lvk "integration"
- name: Minimize uv cache
Expand All @@ -40,7 +40,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: .github/actions/setup-project.yaml
- uses: johnpaton/airbase/.github/actions/setup-project.yaml
name: Setup project
- uses: pre-commit/[email protected]
with:
Expand All @@ -50,7 +50,7 @@ jobs:
needs: [unit-test, lint, integration-test]
runs-on: ubuntu-latest
steps:
- uses: .github/actions/setup-project.yaml
- uses: johnpaton/airbase/.github/actions/setup-project.yaml
name: Setup project
- run: |
uvx --from build pyproject-build --installer uv
Expand Down

0 comments on commit 71de8b0

Please sign in to comment.