Skip to content

Commit

Permalink
Update workflow-gpu.yml (#69)
Browse files Browse the repository at this point in the history
* Update workflow-gpu.yml

* Update workflow-gpu.yml

* Update workflow-gpu.yml

* Update workflow-gpu.yml
  • Loading branch information
lang-m authored Sep 1, 2023
1 parent 043f1d0 commit 1904e1b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/workflow-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
schedule:
- cron: '0 0 * * 1' # run every Monday
workflow_dispatch:

env:
PYTEST_ADDOPTS: "--color=yes"
Expand Down Expand Up @@ -59,15 +60,19 @@ jobs:
# uses: codecov/codecov-action@v1

workflow-linux:
runs-on: linuxGPU
runs-on: GPU
defaults:
run:
shell: bash -l {0}
shell: bash -i {0}

steps:
- name: Initialisation
uses: actions/checkout@v2

- name: Debug
run: |
pwd
echo $PATH
which conda
- name: Create conda env
run: conda env create -f ".github/environment.yml"

Expand Down

0 comments on commit 1904e1b

Please sign in to comment.