Skip to content

Commit

Permalink
Merge pull request #6224 from dhalbert/revert-pin-typer-click
Browse files Browse the repository at this point in the history
revert pins of click and typer
  • Loading branch information
dhalbert authored Apr 2, 2022
2 parents e31d84d + d20ae5a commit 87e59a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ports_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
pip install wheel
# requirements_dev.txt doesn't install on windows. (with msys2 python)
# instead, pick a subset for what we want to do
# Undo the pin of typer & click when undoing it in requirements-dev.txt
pip install cascadetoml jinja2 typer==0.4.0 click==8.0.4 intelhex
pip install cascadetoml jinja2 typer click intelhex
# check that installed packages work....?
which python; python --version; python -c "import cascadetoml"
which python3; python3 --version; python3 -c "import cascadetoml"
Expand Down
6 changes: 2 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ huffman
# For nvm.toml
cascadetoml
jinja2
# Undo this pin when click and typer are again compatible.
typer==0.4.0
typer

sh
# Undo this pin when click and typer are again compatible.
click==8.0.4
click
cpp-coveralls
requests
requests-cache
Expand Down

0 comments on commit 87e59a4

Please sign in to comment.