Skip to content

Commit

Permalink
fIX
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Vadkerti <[email protected]>
  • Loading branch information
thrix committed Jul 24, 2024
1 parent 9b4fae2 commit 2cf5b22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tft-cli
dnf -y install python3
pip3 install tft-cli
- name: Run testing-farm sanity test
env:
TESTING_FARM_API_TOKEN: ${{ secrets.TESTING_FARM_API_TOKEN }}
Expand Down

0 comments on commit 2cf5b22

Please sign in to comment.