Skip to content

Commit

Permalink
Don't install tk-dev for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 11, 2024
1 parent 02e9129 commit 840d3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y make build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev ffmpeg
libncursesw5-dev xz-utils libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev ffmpeg
- name: Install pyenv
run: |
git clone https://github.com/pyenv/pyenv.git "$HOME/.pyenv"
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.pyenv/versions
key: ${{ runner.os }}-pyenv-3.11.10
key: ${{ runner.os }}-pyenv-3.11.10-b

# Doing this beforehand should make the test itself faster
- name: Preinstall Python 3.11.10
Expand Down

0 comments on commit 840d3bd

Please sign in to comment.