Skip to content

Commit 9eeb24f

Browse files
authored
Merge pull request #327 from jgunstone/master
fix CI again...
2 parents f7bacb4 + f6acab2 commit 9eeb24f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-docs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
1413
- name: GitHub Tag Name example
1514
run: |
1615
echo "Status: *release* $GITHUB_REF_NAME" > release.md
1716
18-
- name: setup-micromamba
1917
- uses: mamba-org/setup-micromamba@v2
2018
with:
2119
environment-file: environment.yml

0 commit comments

Comments
 (0)