Skip to content

Commit

Permalink
fromJSON works
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Nov 15, 2024
1 parent 347590f commit 53a2511
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: ${{ vars.BUILD_PYTHON_VERSION }}
python-version: ${{ fromJSON(vars.BUILD_PYTHON_VERSION) }}

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

steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit 53a2511

Please sign in to comment.