Skip to content

Commit

Permalink
adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wragge committed Apr 4, 2022
1 parent ff9b87d commit 34fbc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
architecture: 'x64'
- name: Install the library
run: |
pip install nbdev jupyter
pip install nbdev jupyter pytest python-dotenv
pip install -e .
- name: Read all notebooks
run: |
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ license = mit
status = 3

# Optional. Same format as setuptools requirements
requirements = requests requests-cache python-dotenv
requirements = requests requests-cache
# Optional. Same format as setuptools console_scripts
# console_scripts =
# Optional. Same format as setuptools dependency-links
Expand Down

0 comments on commit 34fbc6e

Please sign in to comment.