|
@@ -195,7 +195,7 @@ jobs:
|
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
|
- uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
|
|
- uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
|
|
with:
|
|
with:
|
|
- python-version: 3.11.6
|
|
|
|
|
|
+ python-version: 3.10.13
|
|
cache-dependency-path: requirements-dev-frozen.txt
|
|
cache-dependency-path: requirements-dev-frozen.txt
|
|
install-cmd: python3 -m tools.hack_pip && pip install -q --constraint requirements-dev-frozen.txt pip-tools
|
|
install-cmd: python3 -m tools.hack_pip && pip install -q --constraint requirements-dev-frozen.txt pip-tools
|
|
- name: check requirements
|
|
- name: check requirements
|
|
@@ -278,7 +278,7 @@ jobs:
|
|
|
|
|
|
- uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
|
|
- uses: getsentry/action-setup-venv@9e3bbae3836b1b6f129955bf55a19e1d99a61c67 # v1.0.5
|
|
with:
|
|
with:
|
|
- python-version: 3.11.6
|
|
|
|
|
|
+ python-version: 3.10.13
|
|
cache-dependency-path: requirements-dev-frozen.txt
|
|
cache-dependency-path: requirements-dev-frozen.txt
|
|
install-cmd: python3 -m tools.hack_pip && pip install -r requirements-dev-frozen.txt
|
|
install-cmd: python3 -m tools.hack_pip && pip install -r requirements-dev-frozen.txt
|
|
|
|
|