We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eb06b commit 237b2e3Copy full SHA for 237b2e3
1 file changed
.github/workflows/conda-package.yml
@@ -139,6 +139,11 @@ jobs:
139
ver-json-path: '${{ github.workspace }}/version.json'
140
141
steps:
142
+ - name: Set Swap Space
143
+ uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c # v1.0
144
+ with:
145
+ swap-size-gb: 8
146
+
147
- name: Checkout DPNP repo
148
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
149
with:
0 commit comments