Skip to content

Commit

Permalink
Try for now only alma8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Feb 14, 2024
1 parent 2a6a7eb commit 7fd5c48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
fail-fast: false
matrix:
image_dir: [coffea-basev0, coffea-dask]
distro: [alma8, ubuntu]
distro: [alma8]
python: ["3.9", "3.10", "3.11"]
exclude:
- distro: alma8
python: 3.9
#exclude:
# - distro: alma8
# python: 3.9
name: ${{ matrix.image_dir }}-${{ matrix.distro }}-${{ matrix.python }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7fd5c48

Please sign in to comment.