From f48326ab684d03cf55f2872ab37facd6083ce6df Mon Sep 17 00:00:00 2001 From: Peter Van Dyken Date: Tue, 12 Dec 2023 12:57:27 -0500 Subject: [PATCH] Add tag to action path and use in cache job --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0fbb81cf..99bb648c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -45,7 +45,7 @@ jobs: steps: - name: Clone repo uses: actions/checkout@v3 - - uses: ./.github/actions/install-project + - uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.2 with: python-version: ${{ matrix.python-version }} @@ -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