Skip to content

Commit

Permalink
test updated CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Griesfeller committed Sep 19, 2024
1 parent b39fdbd commit f10bdb3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
env:
PYTHON: 3.11

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: 'true'
- name: Set up Python ${{ env.PYTHON }}
uses: actions/setup-python@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON }}
python-version: "3.11"
- name: Python info
run: |
which python
Expand Down Expand Up @@ -44,11 +43,11 @@ jobs:
run: |
sudo apt update
sudo apt install libudunits2-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: 'true'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Python info
Expand Down

0 comments on commit f10bdb3

Please sign in to comment.