Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Feb 6, 2024
1 parent 4320c1b commit db04009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
run: pip install -r requirements.txt

- name: Test
run: python3 test_koala.py ${{secrets.PV_VALID_ACCESS_KEY}}
run: python3 test_koala.py --access-key ${{secrets.PV_VALID_ACCESS_KEY}}

0 comments on commit db04009

Please sign in to comment.