Skip to content

Commit

Permalink
Merge pull request #41 from Jeamorg/patch-1
Browse files Browse the repository at this point in the history
Fix the problem of action execution failure
  • Loading branch information
mahdibland authored Nov 2, 2023
2 parents 31f70cd + 921488b commit 0ea0564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Airport_Collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"
cache: "pip"
# setup actions has built-in caching function
# - uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
working-directory: ./utils/localserver
- uses: actions/[email protected]
with:
python-version: "3.x"
python-version: "3.11"
cache: "pip"
# setup actions has built-in caching function
# - uses: actions/cache@v3
Expand Down

0 comments on commit 0ea0564

Please sign in to comment.