Skip to content

Commit

Permalink
Merge pull request #4623 from pnorman/ci_update
Browse files Browse the repository at this point in the history
Update GH Actions versions
  • Loading branch information
pnorman authored Aug 12, 2022
2 parents 117df85 + d01b1c4 commit 332b164
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
- pull_request
jobs:
syntax:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Set up Python
run: |
python -m pip install pyyaml colormath
- name: Install python dependencies
run: pip install pyyaml colormath
- name: Set up xmllint
run: sudo apt-get install -qq --no-install-recommends libxml2-utils
- name: Set up shell
Expand Down

0 comments on commit 332b164

Please sign in to comment.