Skip to content

Commit 1dbdeea

Browse files
committed
quiet
1 parent 8730296 commit 1dbdeea

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Install Dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install -Uq --pre fastcore
23-
pip install -Uq --pre execnb
24-
pip install -qe ".[dev]"
22+
pip install -U fastcore
23+
pip install -U execnb
24+
pip install -e ".[dev]"
2525
- name: Build website
2626
run: nbdev_docs
2727
- name: Deploy to GitHub Pages

settings.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ language = English
1616
custom_sidebar = False
1717
license = apache2
1818
status = 2
19-
# NB: can remove astunparse once py39 is min supported
2019
requirements = fastcore>=1.5.5 execnb astunparse
2120
dev_requirements = nbdev-numpy
2221
nbdev-stdlib

0 commit comments

Comments
 (0)