Skip to content

Commit

Permalink
remove version pinning that was necessary due to old checkov version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-marconet committed Oct 22, 2024
1 parent 6fa66f0 commit b3c996f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
key: backend-unit-test-tools-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('backend/Makefile') }}
path: backend/.temp
- name: Install Test Dependencies
# Setuptools v74 is incompatible with our version of packaging, so we restrict it
# as well as virtualenv which bundles setuptools in new environments.
run: |
pip install --upgrade pipenv wheel 'setuptools<74' 'virtualenv==20.26.3'
pip install --upgrade pipenv wheel
- name: Run code style tests
run: make -C backend style-test ENV=example
- name: Run backend tests
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test_orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
cache-dependency-path: orchestrator/Pipfile.lock
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # hashicorp/[email protected]
- name: Install Test Dependencies
# Setuptools v74 is incompatible with our version of packaging, so we restrict it
# as well as virtualenv which bundles setuptools in new environments.
run: |
pip install --upgrade pipenv wheel 'setuptools<74' 'virtualenv==20.26.3'
pip install --upgrade pipenv wheel
- name: Run code style tests
run: make -C orchestrator style-test ENV=example
- name: Run orchestrator tests
Expand Down

0 comments on commit b3c996f

Please sign in to comment.