Skip to content

Commit 79c3a68

Browse files
Removing requirements.txt installation in documentation
1 parent 3a2f8e1 commit 79c3a68

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,10 @@ jobs:
4848
uses: actions/setup-python@v3
4949
with:
5050
python-version: "3.10"
51-
- name: Cache dependencies
52-
uses: actions/cache@v2
53-
with:
54-
path: ~/.cache/pip
55-
key: ${{ runner.os}}-python-${{hashFiles('**/requirements.txt')}}
56-
restore-keys: |
57-
${{runner.os}}-python-
5851
- name: Install dependencies
5952
run: |
6053
python -m pip install --upgrade pip
6154
pip install sphinx sphinx-rtd-theme
62-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
6355
- name: Generate Documentation
6456
run: |
6557
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)