Skip to content

Commit 95044aa

Browse files
committed
Fix: Remove activate-environment parameter
The setup-lecture-env action hardcodes 'quantecon' as the environment name, so this parameter is not needed and was causing a warning.
1 parent a445497 commit 95044aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cache.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
with:
1818
python-version: '3.13'
1919
environment-file: 'environment.yml'
20-
activate-environment: 'quantecon'
2120

2221
- name: graphviz Support # TODO: required?
2322
run: |

0 commit comments

Comments
 (0)