Skip to content

Commit

Permalink
switch cron job to 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jul 23, 2021
1 parent d6eaac0 commit ab0541d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cron_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Testing links in documents is a good example of something to run on a schedule
# to catch links that stop working for some reason.
doc_test:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Python to build docs with sphinx
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,23 +84,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tox -e ${{ matrix.toxenv }}
#
# TEMPORARY link test
#
doc_test:
runs-on: ubuntu-18.04
# runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python to build docs with sphinx
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install base dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Check links in docs using tox
run: |
tox -e linkcheck

0 comments on commit ab0541d

Please sign in to comment.