Skip to content

Commit

Permalink
python things
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 21, 2024
1 parent ff6eba7 commit 905b332
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
container:
image: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, debian, archlinux, fedora-latest, gentoo, alpine]
os: [ubuntu-latest, debian, archlinux, fedora-latest, gentoo/python, python:3.10-alpine]
steps:
- uses: actions/checkout@v4
- name: Install Python
Expand All @@ -74,10 +75,6 @@ jobs:
pacman -Syu --noconfirm python python-pip
elif [ -f /etc/fedora-release ]; then
dnf install -y python3 python3-pip
elif [ -f /etc/gentoo-release ]; then
emerge dev-lang/python
elif [ -f /etc/alpine-release ]; then
apk add --no-cache python3 py3-pip
fi
- name: Install dependencies
run: |
Expand Down

0 comments on commit 905b332

Please sign in to comment.