Skip to content

Commit 3e6e46b

Browse files
committed
Quick fixé
1 parent 746ccc7 commit 3e6e46b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pip-checks.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18+
os: ["ubuntu-latest", "macos-latest"]
1919
python-version: ["3.10", "3.11", "3.12"]
2020

2121
# Run all shells using bash (including Windows)
@@ -33,6 +33,7 @@ jobs:
3333
miniforge-version: latest
3434
auto-update-conda: true
3535
use-mamba: true
36+
mamba-version: "2.0.5"
3637
channel-priority: strict
3738
activate-environment: xdem-pip
3839
python-version: ${{ matrix.python-version }}

.github/workflows/python-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
miniforge-version: latest
3535
auto-update-conda: true
3636
use-mamba: true
37+
mamba-version: "2.0.5"
3738
channel-priority: strict
3839
activate-environment: xdem-dev
3940
python-version:
@@ -127,7 +128,7 @@ jobs:
127128
runs-on: ubuntu-latest
128129
steps:
129130
- name: Upload to Coveralls finished
130-
uses: coverallsapp/github-action@master
131+
uses: coverallsapp/github-action@v2
131132
with:
132133
github-token: ${{ secrets.github_token }}
133134
parallel-finished: true

0 commit comments

Comments
 (0)