Skip to content

Commit

Permalink
Update workflow-gpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m authored Sep 1, 2023
1 parent e55b185 commit 8ac174b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/workflow-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ jobs:
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 8ac174b

Please sign in to comment.