Update osrm-backend.yml
This commit is contained in:
parent
12dceb3848
commit
fa4f3bbcbd
6
.github/workflows/osrm-backend.yml
vendored
6
.github/workflows/osrm-backend.yml
vendored
@ -675,6 +675,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
path: pr
|
path: pr
|
||||||
|
- name: Activate virtualenv
|
||||||
|
run: |
|
||||||
|
python3 -m venv .venv
|
||||||
|
. .venv/bin/activate
|
||||||
|
echo PATH=$PATH >> $GITHUB_ENV
|
||||||
|
pip install "conan<2.0.0" "requests==2.31.0" "numpy==1.26.4"
|
||||||
#- name: Install dependencies
|
#- name: Install dependencies
|
||||||
# run: |
|
# run: |
|
||||||
# python3 -m pip install "conan<2.0.0" "requests==2.31.0" "numpy==1.26.4"
|
# python3 -m pip install "conan<2.0.0" "requests==2.31.0" "numpy==1.26.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user