1
0
Fork 0
mirror of synced 2024-05-19 03:52:47 +12:00

Workflows: Don't force astroid version

This commit is contained in:
loathingKernel 2023-02-03 17:19:28 +02:00
parent b2b3598a0b
commit a46413c8a9

View file

@ -34,7 +34,7 @@ jobs:
- name: Install Test Dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install astroid==2.12.14
pip3 install astroid
pip3 install pylint
- name: Install Target Dependencies
run: |