Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Jan 6, 2025
1 parent 597a4e2 commit 38c6d17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Download concrete-compiler python-bindings
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: concrete-python-wheel-3.10
name: concrete-python-wheel-${{ env.python-version }}
path: wheel
- name: Check documentation
run: |
Expand All @@ -213,6 +213,8 @@ jobs:
test-pytest:
needs: [setup-instance, build-python-bindings]
runs-on: ${{ needs.setup-instance.outputs.runner-name }}
env:
python-version: "3.8"
steps:
- name: Checkout concrete
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -222,7 +224,7 @@ jobs:
- name: Download concrete-compiler python-bindings
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: concrete-compiler-python-bindings-3.8
name: concrete-compiler-python-bindings-${{ env.python-version }}
path: compiler-artifacts
- name: Run pytest
uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 # v3
Expand Down

0 comments on commit 38c6d17

Please sign in to comment.