Skip to content

Commit

Permalink
fix gh workflow (#1106)
Browse files Browse the repository at this point in the history
* fix gh workflow

---------

Co-authored-by: Joep van Delft <[email protected]>
  • Loading branch information
ashwindasr and joepvd authored Nov 1, 2024
1 parent 6606244 commit 58e8dfd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
container: fedora:latest
container: registry.access.redhat.com/ubi9/ubi:latest
steps:
- name: Install git
run: dnf install -y git
- name: Install dependencies
run: dnf install -y git clang
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Verify uv installation
Expand All @@ -23,10 +23,6 @@ jobs:
set-safe-directory: ${{ env.GITHUB_WORKSPACE }}
- name: Install packages
run: dnf install -y gcc krb5-devel make glibc
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Create venv and install dependencies
run: make venv
- name: Run tests
Expand Down

0 comments on commit 58e8dfd

Please sign in to comment.