Temporary fix of setuptools issue

This commit is contained in:
tek
2023-01-24 16:42:50 +01:00
parent cbd9158daf
commit 716909b528

View File

@@ -27,6 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade setuptools
python -m pip install --upgrade pip
python -m pip install flake8 pytest safety stix2 pytest-mock
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi