Updating virtualenv to specific version

This commit is contained in:
alexjanousekGSA
2025-05-05 13:09:03 -04:00
parent e64446f5be
commit 35176328ca

View File

@@ -16,6 +16,9 @@ runs:
- name: Install poetry
shell: bash
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
shell: bash
run: make bootstrap