Skip to content

Commit

Permalink
bump nbval
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed May 2, 2022
1 parent b6d8748 commit 428bae7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ jobs:
activate-environment: lktest
environment-file: ${{steps.conda-lock.outputs.environment-file}}

- name: Inspect Conda environment
run: |
echo "Conda environment info"
conda info
echo "Conda environment package list"
conda list
- name: Cache ML data
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ demo = [
"notebook >= 6",
"nbval >= 0.9",
"matplotlib ~= 3.4",
"nbformat ==5.2.*",
"nbformat >=5.2",
"ipython >= 7",
]
sklearn = ["scikit-learn >= 0.22"]
Expand Down

0 comments on commit 428bae7

Please sign in to comment.