We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed4cda commit dbb35a0Copy full SHA for dbb35a0
1 file changed
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
# environment.yml file is needed by this action. Because I don't want
36
# maintain this but rather maintain the requirements files it just has
37
# basic things in it like conda and pip
38
- environment-file: ./environment.yml
+ environment-file: environment.yml
39
python-version: ${{ matrix.python-version }}
40
auto-activate-base: false
41
0 commit comments