Skip to content

Commit

Permalink
Install Python first.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Feb 29, 2024
1 parent 44dcab7 commit 9e65570
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/integtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: |
pacman -Sy --noconfirm python3
- name: Simple fades run
run: |
echo "minusc"
echo ${{ github.workspace }}
echo "MAYUsc"
echo $GITHUB_WORKSPACE
echo "cd and ls"
cd /project
ls -l
echo "Fades"
echo "Fades V"
bin/fades --version
echo "Fades R"
bin/fades -v -d pytest -x pytesxt --version

0 comments on commit 9e65570

Please sign in to comment.