Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71719a0

Browse filesBrowse files
authored
Update ci.yml
1 parent 70f7b2e commit 71719a0
Copy full SHA for 71719a0

File tree

Expand file treeCollapse file tree

1 file changed

+3
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-6
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3-6Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717

1818
docs-build:
1919
name: Docs
20-
runs-on:
21-
labels: bigmem
20+
runs-on: bigmem
2221
strategy:
2322
fail-fast: false
2423
steps:
@@ -49,8 +48,7 @@ jobs:
4948
5049
test-build-full:
5150
name: Test examples, env with notebook and glfw
52-
runs-on:
53-
labels: bigmem
51+
runs-on: bigmem
5452
if: ${{ !github.event.pull_request.draft }}
5553
strategy:
5654
fail-fast: false
@@ -107,8 +105,7 @@ jobs:
107105
108106
test-build-desktop:
109107
name: Test examples, env with only glfw
110-
runs-on:
111-
labels: bigmem
108+
runs-on: bigmem
112109
if: ${{ !github.event.pull_request.draft }}
113110
strategy:
114111
fail-fast: false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.