Skip to content

Commit

Permalink
Update mplfinance_checks.yml
Browse files Browse the repository at this point in the history
Try ubuntu-20.04 instead of ubuntu-latest to see if it resolves the setup-python issue of not finding the request python versions in the cache.
  • Loading branch information
DanielGoldfarb authored Nov 22, 2022
1 parent 9af7736 commit 2541d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mplfinance_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: echo "This job's status is ${{ job.status }}."

Pull_Request_Updates_Version:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.event_name == 'pull_request'
steps:
- name: Check out repository code
Expand Down

0 comments on commit 2541d24

Please sign in to comment.