Skip to content

Commit

Permalink
Update the python setup script for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshiner committed Sep 5, 2022
1 parent c6c0460 commit 8534136
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: sudo apt install libxml2-dev libxslt-dev
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 8534136

Please sign in to comment.