Skip to content

Commit 7b28983

Browse files
authored
Merge pull request #197 from pytroll/dependabot/github_actions/actions/checkout-5
2 parents fd433b1 + 56a5fcd commit 7b28983

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout source
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Setup Conda Environment
3434
uses: conda-incubator/setup-miniconda@v3
@@ -66,6 +66,7 @@ jobs:
6666
python -m pip install \
6767
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
6868
--trusted-host pypi.anaconda.org \
69+
--only-binary ":all:" \
6970
--no-deps --pre --upgrade \
7071
matplotlib \
7172
numpy \

.github/workflows/deploy-sdist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout source
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Create sdist
1717
shell: bash -l {0}

0 commit comments

Comments
 (0)