Skip to content

Commit

Permalink
chore(ci): install python in test wf
Browse files Browse the repository at this point in the history
  • Loading branch information
kauffinger committed Dec 22, 2024
1 parent c4a3f1d commit fd8b20c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@ jobs:
- name: Install Composer dependencies
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'

- name: Integration Tests
run: php ./vendor/bin/pest

0 comments on commit fd8b20c

Please sign in to comment.