mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 07:48:26 -04:00
Updating virtualenv to specific version
This commit is contained in:
3
.github/actions/setup-project/action.yml
vendored
3
.github/actions/setup-project/action.yml
vendored
@@ -16,6 +16,9 @@ runs:
|
|||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pip install poetry==1.8.5
|
run: pip install poetry==1.8.5
|
||||||
|
- name: Downgrade virtualenv to compatible version
|
||||||
|
shell: bash
|
||||||
|
run: pip install "virtualenv<20.30"
|
||||||
- name: Install application dependencies
|
- name: Install application dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make bootstrap
|
run: make bootstrap
|
||||||
|
|||||||
Reference in New Issue
Block a user