This commit is contained in:
Siarhei Fedartsou 2024-06-09 13:30:49 +02:00
parent 978ad75bd5
commit 5cbce08092

View File

@ -634,12 +634,12 @@ jobs:
benchmarks: benchmarks:
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
needs: [format-taginfo-docs] needs: [format-taginfo-docs]
runs-on: ubuntu-24.04 runs-on: ubuntu-22.04
env: env:
CCOMPILER: gcc-14 #clang-13 CCOMPILER: gcc-12 #clang-13
CXXCOMPILER: g++-14 #clang++-13 CXXCOMPILER: g++-12 #clang++-13
CC: gcc-14 #clang-13 CC: gcc-12 #clang-13
CXX: g++-14 #clang++-13 CXX: g++-12 #clang++-13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }} PR_NUMBER: ${{ github.event.pull_request.number }}
GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_REPOSITORY: ${{ github.repository }}
@ -672,7 +672,7 @@ jobs:
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" --break-system-packages python3 -m pip install "conan<2.0.0" "requests==2.31.0" "numpy==1.26.4" #--break-system-packages
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: |