Skip to content

Commit eb2bc8e

Browse files
committed
ci: install -e .
1 parent 34ab511 commit eb2bc8e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/docs-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
- name: Install dependencies
4343
env:
4444
FREEZE_REQUIREMENTS: 1
45+
PACKAGE_NAME: ${{ matrix.pkg }}
4546
run: |
4647
sudo apt-get update
4748
sudo apt-get install -y cmake pandoc
4849
pip --version
49-
pip install -q fire
5050
# python -m pip install --upgrade --user pip
5151
pip install -e . --quiet -r requirements/${{ matrix.pkg }}/docs.txt --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
5252
pip install -r requirements/${{ matrix.pkg }}/devel.txt
@@ -91,6 +91,7 @@ jobs:
9191
- name: Install dependencies
9292
env:
9393
FREEZE_REQUIREMENTS: 1
94+
PACKAGE_NAME: ${{ matrix.pkg }}
9495
run: |
9596
sudo apt-get update
9697
sudo apt-get install -y cmake pandoc

requirements/base.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
2-
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3-
41
pytorch_lightning>=1.6.5
52
lightning_app>=0.5.2

0 commit comments

Comments
 (0)