Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Dec 19, 2024
1 parent 032f69a commit 9bd12cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
python-version: '3.11'
- run: python -m pip install --upgrade pip
- run: pip install deepface
- run: composer install --no-interaction --no-scripts
- run: composer update --no-interaction --no-scripts
- run: vendor/bin/pest
2 changes: 1 addition & 1 deletion .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- run: composer install --no-interaction --no-scripts
- run: composer update --no-interaction --no-scripts
- run: vendor/bin/pint --test

0 comments on commit 9bd12cf

Please sign in to comment.