Skip to content

Refactor metrics in the IOOS_BTN.ipynb notebook #1

Refactor metrics in the IOOS_BTN.ipynb notebook

Refactor metrics in the IOOS_BTN.ipynb notebook #1

Workflow file for this run

name: Full Tests
on:
pull_request:
push:
# branches: [main]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-name: TEST
init-shell: bash
environment-file: conda-lock.yml
environment-name: TEST

Check failure on line 21 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Full Tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 21, Col: 9): 'environment-name' is already defined
- name: Tests
shell: bash -l {0}
run: |
python -m pytest -rxs tests