Update osrm-backend.yml
This commit is contained in:
parent
8cb9a9c5d5
commit
12dceb3848
8
.github/workflows/osrm-backend.yml
vendored
8
.github/workflows/osrm-backend.yml
vendored
@ -675,10 +675,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
path: pr
|
path: pr
|
||||||
- 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"
|
||||||
sudo apt-get update -y && sudo apt-get install ccache
|
# sudo apt-get update -y && sudo apt-get install ccache
|
||||||
- name: Prepare data
|
- name: Prepare data
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUN_BIG_BENCHMARK" = "true" ]; then
|
if [ "$RUN_BIG_BENCHMARK" = "true" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user