Skip to content

Commit 11b2031

Browse files
authored
Merge pull request #32 from ocefpaf/fix_link
Fix link
2 parents 83a7ede + 38598ec commit 11b2031

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Micromamba
23-
uses: mamba-org/setup-micromamba@v1
23+
uses: mamba-org/setup-micromamba@v2
2424
with:
2525
environment-name: TEST
2626
init-shell: bash

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Micromamba ${{ matrix.python-version }}
23-
uses: mamba-org/setup-micromamba@v1
23+
uses: mamba-org/setup-micromamba@v2
2424
with:
2525
environment-name: TEST
2626
init-shell: bash

docs/source/how2package4ioos.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ The main advantages of using these PEPs together are:
7171
- ensure that setup dependencies will be available at build time.
7272

7373

74-
[This blog post](https://chadsmith-software.medium.com/pep-517-and-518-in-plain-english-47208ca8b7a6) contains a nice summary of these PEPs.
75-
7674
For IOOS packages we recommend to keep a bare bones `setup.py`,
7775
for backwards compatibility, and to move all the package metadata to a `setup.cfg`,
7876
while keeping the `pyproject.toml` only for the build information.

0 commit comments

Comments
 (0)