Skip to content

Commit

Permalink
ci: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tduigou committed Feb 6, 2025
1 parent 49ff94e commit f736641
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ jobs:

Test:

runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: ["ubuntu", "macos", "windows"]
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
Expand All @@ -32,8 +29,7 @@ jobs:
- name: Install dependencies for testing
run: |
conda install conda-forge::coveralls
# conda install -n test-env -c conda-forge pytest coveralls
conda install -n test-env -c conda-forge pytest coveralls
# conda env update -n test-env --file environment-dev.yml
- name: Run tests with coveralls
Expand Down

0 comments on commit f736641

Please sign in to comment.