Skip to content

Commit

Permalink
Update Weekly CI (#1115)
Browse files Browse the repository at this point in the history
* Update ci_cron_weekly.yml

* Update action version
  • Loading branch information
xuanxu authored Nov 27, 2023
1 parent 53af673 commit f24e19c
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/ci_cron_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,25 @@ jobs:

# We do not use remote data here, since
# that gives too many false positives due to URL timeouts.
- name: Python 3.11 with pre-release version of key dependencies
- name: Python 3.12 with pre-release version of key dependencies
os: ubuntu-latest
python: '3.11'
toxenv: py311-test-predeps
python: '3.12'
toxenv: py312-test-predeps

- name: Documentation link check
os: ubuntu-latest
python: '3.10'
python: '3.12'
toxenv: linkcheck

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install language-pack-de and tzdata
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install language-pack-de tzdata
- name: Install graphviz
if: ${{ matrix.toxenv == 'linkcheck' }}
run: sudo apt-get install graphviz
- name: Install Python dependencies
run: python -m pip install --upgrade tox
- name: Run tests
Expand Down

0 comments on commit f24e19c

Please sign in to comment.