Skip to content

Commit

Permalink
workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoedgarsilva committed Jun 22, 2023
1 parent cff535a commit 97998d5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/Build-sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
# Runs a single command using the runners shell
- name: Install ghp-import
run: |
pip install ghp-import
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ghp-import
pip install -r src/requirements.txt
- name: Build HTML
run: |
Expand Down

0 comments on commit 97998d5

Please sign in to comment.