Skip to content

Commit

Permalink
github: install new python test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Jan 26, 2024
1 parent 2eaa37b commit 5323a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
steps:

- name: Install build and test dependencies
run: dnf -y install python3-pytest
run: dnf -y install python3-pytest podman skopeo

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand All @@ -146,7 +146,7 @@ jobs:
steps:

- name: Install build and test dependencies
run: dnf -y install python3-pylint git-core grep
run: dnf -y install python3-pylint git-core grep python3-pytest

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit 5323a15

Please sign in to comment.