Skip to content

Commit

Permalink
first install/update setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Oct 9, 2023
1 parent 137b95a commit 0649659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
# remove venv, if exists
pipenv --rm || true
pipenv --python ${{ matrix.python }}
pipenv run pip install -U setuptools pip
pipenv install --dev -v
pipenv run pip install redefine --index-url https://pip.redefine.dev
- name: Unit tests
Expand Down Expand Up @@ -122,6 +123,7 @@ jobs:
# remove venv, if exists
pipenv --rm || true
pipenv --python ${{ matrix.python }}
pipenv run pip install -U setuptools pip wheel
pipenv run pip install pytest pytest-xdist
pipenv run python setup.py sdist bdist_wheel
bash -c 'pipenv run pip install dist/checkov-*.whl'
Expand Down

0 comments on commit 0649659

Please sign in to comment.