File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
sudo apt update
31
31
sudo apt-get install -y libopenslide-dev openslide-tools libopenjp2-7 libopenjp2-tools
32
32
python -m pip install --upgrade pip
33
- python -m pip install ruff==0.8.2 pytest pytest-cov pytest-runner
33
+ python -m pip install ruff==0.9.4 pytest pytest-cov pytest-runner
34
34
pip install -r requirements/requirements.txt
35
35
- name : Cache tiatoolbox static assets
36
36
uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pytest>=7.2.0
10
10
pytest-cov>=4.0.0
11
11
pytest-runner>=6.0
12
12
pytest-xdist[psutil]
13
- ruff==0.8.2 # This will be updated by pre-commit bot to latest version
13
+ ruff==0.9.4 # This will be updated by pre-commit bot to latest version
14
14
toml>=0.10.2
15
15
twine>=4.0.1
16
16
wheel>=0.37.1
You can’t perform that action at this time.
0 commit comments