Skip to content

Commit

Permalink
I guess we're running inside an Arch container?
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Nov 1, 2024
1 parent 7536b65 commit faf0f2d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,12 @@ jobs:
# Use the base-devel image of Arch Linux for building pyalpm
container: archlinux:base-devel

strategy:
fail-fast: false
matrix:
python-version:
- "3.12"
- "3.13"
exclude: []

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install Python deps
run: python -m pip install -U pytest pytest-asyncio nvchecker requests lxml PyYAML pyalpm structlog python_prctl fluent.runtime

- name: workaround pycurl wheel
run: |
sudo mkdir -p /etc/pki/tls/certs
sudo ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
- name: Run pytest
run: pytest

0 comments on commit faf0f2d

Please sign in to comment.