Skip to content

Commit

Permalink
Try ubuntu-latest once more
Browse files Browse the repository at this point in the history
  • Loading branch information
awelzel committed Oct 21, 2024
1 parent c82a216 commit cd031f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os:
- 'ubuntu-22.04'
- 'ubuntu-latest'
- 'macos-latest'
python-version:
- '3.8'
Expand All @@ -24,6 +24,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Which executables
run: which pip3 && which python && which python3
- name: Fetch Dependencies
run: pip3 install -r requirements.txt
- name: Generate Docs
Expand Down

0 comments on commit cd031f5

Please sign in to comment.