Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thurston committed Mar 28, 2024
1 parent 225c664 commit fb34634
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
uses: actions/checkout@v4
- name: Delete tests and FMM duplicates
run: rm -r test/ src/FMM/
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- name: Install sphinx
run: |
python3 -m venv .venv
Expand Down

0 comments on commit fb34634

Please sign in to comment.