-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove version pinning that was necessary due to old checkov version
- Loading branch information
1 parent
6fa66f0
commit b3c996f
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|