From 9bd12cf2299266938281858fc9dfbbf9d2bb650f Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Thu, 19 Dec 2024 17:37:19 +0100 Subject: [PATCH] fix CI --- .github/workflows/pest.yml | 2 +- .github/workflows/pint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pest.yml b/.github/workflows/pest.yml index 4a0a706..c484726 100644 --- a/.github/workflows/pest.yml +++ b/.github/workflows/pest.yml @@ -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 diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index 60b24b8..c8b7365 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -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