Skip to content

Commit 7c53c1e

Browse files
committed
cleanup
1 parent 815ef80 commit 7c53c1e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020

2121
- name: Get number of CPU cores
22-
uses: SimenB/github-actions-cpu-cores@v1
22+
uses: SimenB/github-actions-cpu-cores@v1
2323

2424
- name: Install mamba
25-
uses: mamba-org/setup-micromamba@v2
26-
with:
27-
environment-file: dev-env.yml
28-
environment-name: dev-env
29-
init-shell: >-
30-
bash
25+
uses: mamba-org/setup-micromamba@v2
26+
with:
27+
environment-file: dev-env.yml
28+
environment-name: dev-env
29+
init-shell: >-
30+
bash
3131
3232
- name: Install playwright dependencies
3333
run: sudo playwright install-deps

0 commit comments

Comments
 (0)