Skip to content

Commit a0acbf3

Browse files
authored
Remove conda step from the github action's build.yml
The conda command is not available on all of our CI/CD images anymore.
1 parent 700090a commit a0acbf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
run: |
3131
python --version
3232
pip --version
33-
conda --version
3433
- name: Add SBT launcher
3534
run: |
3635
mkdir -p $HOME/.sbt/launchers/1.3.12

0 commit comments

Comments
 (0)