Skip to content

Commit

Permalink
Merge pull request #386 from TopEFT/bryates-patch-1
Browse files Browse the repository at this point in the history
Conda swap space
  • Loading branch information
bryates authored Oct 11, 2023
2 parents 082e011 + 3aa26f1 commit 80bfc08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ jobs:
- name: Add conda to system path
run: |
echo $CONDA/bin >> $GITHUB_PATH
- name: Set Swap Space
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c
with:
swap-size-gb: 10

- name: Create conda env and install dependencies
run: |
conda config --set channel_priority strict
Expand Down

0 comments on commit 80bfc08

Please sign in to comment.