Skip to content

Commit ccd1b4a

Browse files
authored
build workflow update (#52)
1 parent 3fa38c5 commit ccd1b4a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/BuildMKDocsAndPublishToGithubPages.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
name: Deploy docs
1212
runs-on: ubuntu-latest
1313
steps:
14-
# - name: Upgrade pip and install dependencies
15-
# run: |
16-
# python -m pip install --upgrade pip
17-
# pip install -r requirements.txt
14+
- name: Upgrade pip
15+
run: |
16+
python -m pip install --upgrade pip
1817
- name: Install dependencies
1918
uses: BSFishy/pip-action@v1
2019
with:

0 commit comments

Comments
 (0)