diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-21 22:38:03 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-21 22:45:28 -0500 |
| commit | 641e088d193142f236d69c78d272cf7ece0d693c (patch) | |
| tree | 13715d12e91e47ed450abd5475e736189743666c /.github/workflows | |
| parent | b2845edf4b23ee240a00fe28bd37ab359678d1ae (diff) | |
| download | external_python_setuptools-641e088d193142f236d69c78d272cf7ece0d693c.tar.gz external_python_setuptools-641e088d193142f236d69c78d272cf7ece0d693c.tar.bz2 external_python_setuptools-641e088d193142f236d69c78d272cf7ece0d693c.zip | |
Move docs dependencies into package metadata and use same technique as jaraco/skeleton to build docs in tox and rtd.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/python-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 60765b52..e3663cf0 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -55,7 +55,7 @@ jobs: uses: actions/cache@v1 with: path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}-${{ hashFiles('setup.cfg') }}-${{ hashFiles('tox.ini') }} + key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg') }} restore-keys: | ${{ runner.os }}-pip- ${{ runner.os }}- |
