Skip to content

Commit d5f731e

Browse files
committed
update workflow
1 parent 30befa1 commit d5f731e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/python-tests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Python Tests
22

33
on:
4-
push:
5-
branches: [ master ]
64
pull_request:
75
branches: [ master ]
86

@@ -11,10 +9,10 @@ jobs:
119
runs-on: ubuntu-latest
1210

1311
steps:
14-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1513

1614
- name: Set up Miniconda
17-
uses: conda-incubator/setup-miniconda@v2
15+
uses: conda-incubator/setup-miniconda@v3
1816
with:
1917
auto-update-conda: true
2018
python-version: 3.7

0 commit comments

Comments
 (0)