Skip to content

Commit

Permalink
BLD: Fix final test install
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrymanoim authored Feb 25, 2020
1 parent 686558d commit d4978c5
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 d4978c5

Please sign in to comment.