Skip to content

Commit

Permalink
revert run-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjasa-db committed Feb 3, 2024
1 parent f9c8975 commit 6076b7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
run: |
# Install act
curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
echo "-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest" > ~/.actrc
echo "-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
-P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:act-20.04
-P ubuntu-18.04=ghcr.io/catthehacker/ubuntu:act-18.04" > ~/.actrc
echo "PATH=$PATH:$(pwd)/bin" >> "$GITHUB_ENV"
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 6076b7f

Please sign in to comment.