Skip to content

Commit

Permalink
Restructure ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhoey committed Sep 26, 2024
1 parent 5a8fecb commit 642bad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
environment-file: environment.yml
channels: conda-forge
channel-priority: true
- name: Checkout
uses: actions/checkout@v4
- name: PowerShell
- name: Run unit tests
shell: powershell
run: |
pip install . --no-deps
Expand Down

0 comments on commit 642bad0

Please sign in to comment.