Skip to content

Commit

Permalink
Simplify the action even more.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Sep 25, 2022
1 parent 5a6bc12 commit d2e5d9f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.9
- name: Install
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d2e5d9f

Please sign in to comment.