Update osrm-backend.yml

This commit is contained in:
Siarhei Fedartsou 2024-06-28 23:27:11 +02:00
parent 8cb9a9c5d5
commit 12dceb3848

View File

@ -675,10 +675,10 @@ jobs:
with:
ref: ${{ github.head_ref }}
path: pr
- name: Install dependencies
run: |
python3 -m pip install "conan<2.0.0" "requests==2.31.0" "numpy==1.26.4"
sudo apt-get update -y && sudo apt-get install ccache
#- name: Install dependencies
# run: |
# python3 -m pip install "conan<2.0.0" "requests==2.31.0" "numpy==1.26.4"
# sudo apt-get update -y && sudo apt-get install ccache
- name: Prepare data
run: |
if [ "$RUN_BIG_BENCHMARK" = "true" ]; then