Skip to content

Commit

Permalink
fixing yml
Browse files Browse the repository at this point in the history
  • Loading branch information
John Waller committed Mar 1, 2024
1 parent e5b4783 commit e1e33c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_live_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Tests
run: pytest

- name: Check if vcr cassettes were created today
- name: Check if vcr cassettes were created today
run: |
for file in test/vcr_cassettes/*; do
file_date=$(stat -c %y "$file" | cut -d ' ' -f 1)
Expand Down

0 comments on commit e1e33c3

Please sign in to comment.