Skip to content

Commit

Permalink
Merge pull request #127 from quantopian/gh-actions
Browse files Browse the repository at this point in the history
BLD: Fix final test install
  • Loading branch information
gerrymanoim authored Mar 4, 2020
2 parents 686558d + d4978c5 commit 671136d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ jobs:

- name: Install and test running
run: |
python -m pip install --upgrade pip
pip install --extra-index-url trading-calendars
pip install trading-calendars
python -c 'import trading_calendars;print(trading_calendars.__version__)'

0 comments on commit 671136d

Please sign in to comment.