Skip to content

Commit

Permalink
github actions python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jun 25, 2024
1 parent c5c5f3e commit 87239b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, workflow_dispatch]

jobs:
test:
runs-on: ubuntu-latest
runs-on: slim-bookworm
strategy:
fail-fast: false
matrix:
Expand All @@ -23,7 +23,7 @@ jobs:

- name: Install system dependencies
run: |
apt-get update && apt-get install -y --no-install-recommends \
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
libpoppler-cpp-dev \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 87239b0

Please sign in to comment.