Skip to content

Commit

Permalink
Update mplfinance_checks.yml
Browse files Browse the repository at this point in the history
same as previous.  two spots to use ubuntu-20.04 instead of ubuntu-latest.
  • Loading branch information
DanielGoldfarb authored Nov 22, 2022
1 parent 2541d24 commit 120ded9
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 @@ -2,7 +2,7 @@ name: mplfinance Checks
on: [ workflow_dispatch, pull_request ]
jobs:
Regression_Tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
Expand Down

1 comment on commit 120ded9

@Sam1522
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have an issue of error, module not found that I'm trying to resolve, different solutions seem not to work.

Please sign in to comment.