Skip to content

Commit 48eafa8

Browse files
authored
Try without conda activate
1 parent f6dbac6 commit 48eafa8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python_jobs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: runner.os == 'Windows'
3030
run: conda init powershell
3131

32-
- name: Initialize powershell for conda (Linux)
32+
- name: Initialize shell for conda (Linux)
3333
if: runner.os == 'Linux'
3434
run: conda init bash
3535

@@ -80,7 +80,6 @@ jobs:
8080
- name: Lint with flake8
8181
if: runner.os == 'Linux' # Only needs to run once
8282
run: |
83-
conda activate base # Activate conda environment
8483
conda install flake8
8584
# stop the build if there are Python syntax errors or undefined names
8685
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)