Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Aug 15, 2024
1 parent 756a3b1 commit dd28da3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ jobs:

- uses: yezz123/setup-uv@v4

# Install podman on this CI instance for podman tests on linux
- name: Install latest podman
if: runner.os == 'Linux'
- name: Set source timestamp
run: |
sudo apt-get update
sudo apt-get -y install podman
echo SOURCE_DATE_EPOCH=$(git log -n1 --pretty=%ct) >> "$GITHUB_ENV"
# free some space to prevent reaching GHA disk space limits
- name: Clean docker images
Expand Down

0 comments on commit dd28da3

Please sign in to comment.