Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubom committed Aug 7, 2024
1 parent 7d88e1a commit 9db8825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monthly_data_fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Sort and remove duplicates
run: |
poetry run python iata_code_fetcher/process_airport.py airport_data_full.jsonl
poetry run python iata_code_fetcher/procrss_carrier.py carrier_data_full.jsonl
poetry run python iata_code_fetcher/process_carrier.py carrier_data_full.jsonl
- name: Commit changes
run: |
Expand Down

0 comments on commit 9db8825

Please sign in to comment.