Skip to content

Commit

Permalink
Changed way to test python 3.10 environment in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Geo committed Mar 6, 2024
1 parent 0108675 commit cf9910e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: GeoST CI

on:
push:
Expand Down Expand Up @@ -29,14 +29,15 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
environment: [py310]
python-version:
- "3.10"
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
with:
environments: ${{ matrix.environment }}
- name: Setup older Python versions
run: pixi add python=${{ matrix.python-version }}
- name: Run Tests
run: pixi run test

Expand Down

0 comments on commit cf9910e

Please sign in to comment.