Skip to content

Commit 120ded9

Browse files
Update mplfinance_checks.yml
same as previous. two spots to use ubuntu-20.04 instead of ubuntu-latest.
1 parent 2541d24 commit 120ded9

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
@@ -2,7 +2,7 @@ name: mplfinance Checks
22
on: [ workflow_dispatch, pull_request ]
33
jobs:
44
Regression_Tests:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
88
python-version: [3.6, 3.7, 3.8, 3.9]

0 commit comments

Comments
 (0)