Skip to content

Commit

Permalink
try pipenv installing traitlets 5.1.1 to fix gha issues
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmmjackson committed Nov 17, 2021
1 parent 6f31b78 commit 9487a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- run: echo "PYTHONPATH=${GITHUB_WORKSPACE}" >> $GITHUB_ENV
- run: make prereqs
- run: make version
- if: python_version == '3.9'
run: pipenv run pip install -U 'traitlets>=5.1.1'
- run: make install
- run: make lint
- run: make test
Expand Down

0 comments on commit 9487a00

Please sign in to comment.