Update osrm-backend.yml

This commit is contained in:
Siarhei Fedartsou 2024-06-28 23:32:31 +02:00
parent 12dceb3848
commit fa4f3bbcbd

View File

@ -675,6 +675,12 @@ jobs:
with:
ref: ${{ github.head_ref }}
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
# run: |
# python3 -m pip install "conan<2.0.0" "requests==2.31.0" "numpy==1.26.4"