Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aPere3 committed Dec 9, 2024
1 parent 5d1fea8 commit 991af9d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
needs: [build-python-bindings]
runs-on: ubuntu-latest
env:
python-version: 3.10
python-version: "3.10"
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -145,10 +145,8 @@ jobs:
path: wheel
- name: Check documentation
run: |
WHEEL_DIR=${{ github.workspace }}/wheel
echo $WHEEL_DIR
CONCRETE_WHEEL="${WHEEL_DIR}/*.whl"
echo $CONCRETE_WHEEL
export WHEEL_DIR=${{ github.workspace }}/wheel
export CONCRETE_WHEEL="${WHEEL_DIR}/*.whl"
.github/workflows/scripts/make_apidocs.sh
- name: Upload docs.patch if failure
if: ${{ failure() }}
Expand Down

0 comments on commit 991af9d

Please sign in to comment.