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