Skip to content

Commit

Permalink
last one
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Nov 15, 2024
1 parent 53a2511 commit c4895d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ fromJSON(vars.BUILD_PYTHON_VERSION) }}
python-version: ${{ vars.BUILD_PYTHON_VERSION }}

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ${{ vars.PYTHON_VERSIONS }}
python-version: ${{ fromJSON(vars.PYTHON_VERSIONS) }}
platform:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit c4895d5

Please sign in to comment.