Skip to content

Commit 2541d24

Browse files
Update mplfinance_checks.yml
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.
1 parent 9af7736 commit 2541d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mplfinance_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: echo "This job's status is ${{ job.status }}."
4747

4848
Pull_Request_Updates_Version:
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-20.04
5050
if: github.event_name == 'pull_request'
5151
steps:
5252
- name: Check out repository code

0 commit comments

Comments
 (0)