mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
run pur in 3.9 only (#1655)
This commit is contained in:
2
.github/workflows/pur.yml
vendored
2
.github/workflows/pur.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.9'
|
||||||
- name: Install Python tools
|
- name: Install Python tools
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip setuptools wheel pur
|
python -m pip install --upgrade pip setuptools wheel pur
|
||||||
|
|||||||
Reference in New Issue
Block a user