Commit aec46505 authored by Jason Madden's avatar Jason Madden

Try another version pin.

parent b0648726
...@@ -310,7 +310,7 @@ jobs: ...@@ -310,7 +310,7 @@ jobs:
# locally on my Mac. Trying some different version pins to see # locally on my Mac. Trying some different version pins to see
# what we get # what we get
run: | run: |
pip install -U 'pylint!=2.15.3' 'astroid!=2.12.10' pip install -U 'pylint<2.15'
python -m pylint --rcfile=.pylintrc gevent python -m pylint --rcfile=.pylintrc gevent
- name: "Tests: Basic" - name: "Tests: Basic"
run: | run: |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment