Skip to content

Commit

Permalink
Use typed-ast from git for 3.10 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Mar 8, 2021
1 parent dfcdf50 commit 46fd668
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.sh
Expand Up @@ -69,6 +69,8 @@ python -c "import sys, struct, ssl; print('#' * 70); print('python:', sys.versio
python -m pip install -U pip setuptools wheel
python -m pip --version

python -m pip install 'typed-ast @ git+https://github.com/python/typed_ast; python_version >= "3.10"'

python setup.py sdist --formats=zip
python -m pip install dist/*.zip

Expand Down

0 comments on commit 46fd668

Please sign in to comment.