Skip to content

Commit

Permalink
matrix.python_version not python_version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmmjackson committed Nov 18, 2021
1 parent 9487a00 commit eb4aaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: echo "PYTHONPATH=${GITHUB_WORKSPACE}" >> $GITHUB_ENV
- run: make prereqs
- run: make version
- if: python_version == '3.9'
- if: matrix.python_version == '3.9'
run: pipenv run pip install -U 'traitlets>=5.1.1'
- run: make install
- run: make lint
Expand Down

0 comments on commit eb4aaf1

Please sign in to comment.