Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove loading python again
  • Loading branch information
mfeurer committed Feb 22, 2023
commit d4a3cc333fd2e865a9a8f03ba3f639e3a2648524
3 changes: 0 additions & 3 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,3 @@ jobs:

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

- name: Auto-Sklearn loaded
run: docker exec -i openml/openml-python python3 -c 'import openml; print(f"OpenML-Pytho imported from {autosklearn.__file__}")'