Migrated testing from Travis to Github Actions - part 2
parent
6234675a36
commit
e41b14af6d
|
@ -9,8 +9,8 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: s-weigand/setup-conda@v1
|
||||
- run : conda --version
|
||||
- run : source activate base
|
||||
|
|
Loading…
Reference in New Issue