Skip to content

Commit 8e5ee4e

Browse files
author
Ethan Manilow
committed
restarting bash after conda init
1 parent b177891 commit 8e5ee4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
3434
- name: Activate tutorial-environment
3535
run: |
36-
ps -p $$
3736
conda init bash
37+
exec bash
3838
conda activate tutorial-environment
3939
4040
# Build the book

0 commit comments

Comments
 (0)