Skip to content

Commit

Permalink
chore: fix CI timing's workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Dec 7, 2023
1 parent 38323fb commit 2f1b68c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci_timing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,10 @@ jobs:
SYSTEM_VERSION_COMPAT: 0
run: |
sudo apt update
sudo ./script/make_utils/setup_os_deps.sh
# Needed to include Python.h
export C_INCLUDE_PATH="${C_INCLUDE_PATH}:/__w/_tool/Python/$(python -c 'import platform; print(platform.python_version())')/x64/include"
# We need to freeze docker.io because its update requires user input
sudo apt-mark hold docker.io
sudo ./script/make_utils/setup_os_deps.sh --linux-install-python
sudo ./script/make_utils/setup_os_deps.sh
make setup_env
poetry run pip install matplotlib
- name: Generate figure
run: |
Expand Down

0 comments on commit 2f1b68c

Please sign in to comment.