Compare commits
3 Commits
45401614d5
...
gabby-dev
| Author | SHA1 | Date | |
|---|---|---|---|
| a8a8f81cb3 | |||
|
4a8a947de5
|
|||
| 733563d243 |
7
.github/workflows/deploy.yaml
vendored
7
.github/workflows/deploy.yaml
vendored
@@ -10,10 +10,9 @@ jobs:
|
|||||||
# test locally on the runner, using miniconda
|
# test locally on the runner, using miniconda
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
defaults:
|
||||||
matrix:
|
run:
|
||||||
python-version: [3.11.5]
|
shell: bash -el {0}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4.1.1
|
- uses: https://github.com/actions/checkout@v4.1.1
|
||||||
|
|
||||||
|
|||||||
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -14,11 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash -el {0}
|
shell: bash -el {0}
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
python-version: [3.11.5]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4.1.1
|
- uses: https://github.com/actions/checkout@v4.1.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user