Skip to content

Commit

Permalink
GH actions - Update setup to new credentials file handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jomey committed Jan 29, 2025
1 parent ef81473 commit 0bf9bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
python3 -m pip install -e ".[dev]"
- name: Test with pytest
run: |
mv tests/credentials.json.sample tests/credentials.json
mv credentials.json.sample credentials.json
pytest -s

0 comments on commit 0bf9bed

Please sign in to comment.