Skip to content

Commit

Permalink
changes for autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I committed Oct 31, 2023
1 parent 00e805e commit 5b93c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
uses: actions/[email protected]
with:
persist-credentials: false
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'
- name: Cache pip
id: cache-dev-pip
uses: actions/cache@v2
Expand All @@ -23,7 +23,7 @@ jobs:
# path: ~/.cache/pip
path: ${{ env.pythonLocation}}
# Look to see if there is a cache hit for the corresponding requirements file
key: ${{ runner.os }}_${{ env.pythonLocation}}_pip_dev_v2_3.8_${{ hashFiles('requirements-dev.txt') }}
key: ${{ runner.os }}_${{ env.pythonLocation}}_pip_dev_v2_3.10_${{ hashFiles('requirements-dev.txt') }}
- name: Install dependencies
if: steps.cache-dev-pip.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 5b93c1f

Please sign in to comment.