Skip to content

Commit

Permalink
Fix docs deployment and bump python version (#22)
Browse files Browse the repository at this point in the history
* chore(docs): update workflow

* chore(ci): bump python version from 3.8 to 3.9
  • Loading branch information
mspronesti authored Apr 19, 2023
1 parent 9604b85 commit ceaf60c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install dependencies
run: |
sudo apt install pandoc
pip install torch pennylane
pip install -r requirements-dev.txt
- name: Sphinx build
run: |
Expand Down

0 comments on commit ceaf60c

Please sign in to comment.