Skip to content

Commit ef3bb28

Browse files
[pre-commit.ci] pre-commit autoupdate (#626)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.18 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.18...v0.15.20) * move ghostscript & imagemagick install to conda --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bryna Hazelton <bryna.hazelton@gmail.com>
1 parent 2371cf7 commit ef3bb28

4 files changed

Lines changed: 5 additions & 12 deletions

File tree

.github/workflows/testsuite.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ jobs:
4141
fetch-depth: 0
4242
persist-credentials: false
4343

44-
- name: Install Ghostscript on Mac
45-
if: matrix.os == 'macos-latest'
46-
run: |
47-
brew install ghostscript
48-
49-
- name: Install ImageMagick
50-
if: matrix.os != 'windows-latest'
51-
uses: mfinelli/setup-imagemagick@e5a049b136cb833d5c0474b38d166f0bdb0e4497 # v7.0.1
52-
with:
53-
cache: False
54-
5544
- name: Setup Miniforge
5645
uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1
5746
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
args: ['--fix=no']
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.15.18
20+
rev: v0.15.20
2121
hooks:
2222
- id: ruff
2323
- id: ruff-format

ci/pyuvsim_tests_mpich.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ dependencies:
55
- astropy>=6.0
66
- astropy-healpix>=1.0.2
77
- coverage
8+
- ghostscript
9+
- imagemagick
810
- line_profiler
911
- matplotlib>=3.6.*
1012
- mpich<5.0 # pin added 2/2026 due to CI seg faults

ci/pyuvsim_tests_openmpi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ dependencies:
55
- astropy>=6.0
66
- astropy-healpix>=1.0.2
77
- coverage
8+
- ghostscript
9+
- imagemagick
810
- line_profiler
911
- matplotlib>=3.6.*
1012
- mpi4py>=3.1.3

0 commit comments

Comments
 (0)