Skip to content

Commit

Permalink
Use Python 3.10 in CI and bump GH actions (#82)
Browse files Browse the repository at this point in the history
* update setup-python to version 4

* Update .github/workflows/python_validate.yml

Co-authored-by: Matthew Evans <7916000+ml-evs@users.noreply.github.com>

* upgraded checkout to version 3

Co-authored-by: Matthew Evans <7916000+ml-evs@users.noreply.github.com>
  • Loading branch information
JPBergsma and ml-evs committed Jul 19, 2022
1 parent a92e5bc commit d2493aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Sanity checks (pytest)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: '3.10'
- name: Install OPTIMADE
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d2493aa

Please sign in to comment.