Update workflows to accomodate defaults and also remove old python references
This commit is contained in:
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:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.11.5]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -el {0}
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4.1.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user