Skip to content

Commit

Permalink
Update python version and micromamba usage in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fiburg committed Jul 25, 2023
1 parent 60540d3 commit c7b692c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -33,12 +33,12 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.11']

steps:
- uses: actions/checkout@v3
- name: Install micromamba environment
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-name: pylawr-tests
environment-file: environment.yml
Expand Down

0 comments on commit c7b692c

Please sign in to comment.