Skip to content

Commit

Permalink
Fix in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorenciaOjeda committed Jun 27, 2024
1 parent f81b859 commit f4413b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt -r requirements-test.txt
# Authenticate to Google Cloud
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'

# Run tests
- name: Run tests
Expand Down

0 comments on commit f4413b6

Please sign in to comment.