Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Jul 30, 2023
1 parent 2930036 commit 28dc799
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
# remove venv, if exists
pipenv --rm || true
pipenv --python ${{ matrix.python }}
if [ ${{ matrix.python }} == '3.12-dev' ]; then
pipenv update
fi
pipenv install --dev -v
- name: Unit tests
env:
Expand Down Expand Up @@ -106,6 +111,11 @@ jobs:
# remove venv, if exists
pipenv --rm || true
pipenv --python ${{ matrix.python }}
if [ ${{ matrix.python }} == '3.12-dev' ]; then
pipenv run pip install setuptools
fi
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 28dc799

Please sign in to comment.