We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd433b1 + 56a5fcd commit 7b28983Copy full SHA for 7b28983
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
steps:
30
- name: Checkout source
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
32
33
- name: Setup Conda Environment
34
uses: conda-incubator/setup-miniconda@v3
@@ -66,6 +66,7 @@ jobs:
66
python -m pip install \
67
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
68
--trusted-host pypi.anaconda.org \
69
+ --only-binary ":all:" \
70
--no-deps --pre --upgrade \
71
matplotlib \
72
numpy \
.github/workflows/deploy-sdist.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
- name: Create sdist
17
shell: bash -l {0}
0 commit comments