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.
1 parent ebadaa7 commit 1192df3Copy full SHA for 1192df3
.github/workflows/asv_check.yml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: 0
22
23
- name: Install Python
24
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
25
with:
26
python-version: '3.9'
27
.github/workflows/pytest-remote-data.yml
@@ -77,7 +77,7 @@ jobs:
77
if: github.event_name == 'push'
78
79
- name: Set up conda environment
80
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
81
82
activate-environment: test_env
83
environment-file: ${{ env.REQUIREMENTS }}
0 commit comments