We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815ef80 commit 7c53c1eCopy full SHA for 7c53c1e
.github/workflows/main.yaml
@@ -19,15 +19,15 @@ jobs:
19
20
21
- name: Get number of CPU cores
22
- uses: SimenB/github-actions-cpu-cores@v1
+ uses: SimenB/github-actions-cpu-cores@v1
23
24
- 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
+ uses: mamba-org/setup-micromamba@v2
+ with:
+ environment-file: dev-env.yml
+ environment-name: dev-env
+ init-shell: >-
+ bash
31
32
- name: Install playwright dependencies
33
run: sudo playwright install-deps
0 commit comments