Skip to content

Commit

Permalink
Add tag to action path and use in cache job
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 12, 2023
1 parent ec3e0a9 commit f48326a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Install
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.2
with:
python-version: '3.11'
install-library: true
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- name: Clone repo
uses: actions/checkout@v3
- uses: ./.github/actions/install-project
- uses: khanlab/actions/.github/actions/[email protected]
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -86,10 +86,9 @@ jobs:
fail-fast: false
steps:
- name: install
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject
uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.2
with:
python-version: ${{ matrix.python-version }}
reference: ${{ github.event.pull_request.id || github.event.after }}
# Build docker container needed for test
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit f48326a

Please sign in to comment.