Skip to content

Commit

Permalink
better docs yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Jan 31, 2024
1 parent 1d5d698 commit 33e876c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:

jobs:
run:
runs-on: {os: ubuntu-latest, py: '3.11'}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.config.py }}
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.config.py }}
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 33e876c

Please sign in to comment.