Skip to content

Commit

Permalink
Fix a minor oversight in #1407
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Nov 6, 2023
1 parent dcd69b1 commit dac7977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -65,6 +65,7 @@ jobs:
python-version: 3.11
- name: Install dependencies
run: |
cd md
python -m pip install --upgrade pip setuptools
python -m pip install .[docs]
- name: Build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manual_deploy.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
python-version: 3.11
- name: Install dependencies
run: |
cd md
python -m pip install --upgrade pip setuptools
python -m pip install .[docs]
- name: Build
Expand Down

0 comments on commit dac7977

Please sign in to comment.