Skip to content
Snippets Groups Projects

Revert "Update .gitlab-ci.yml"

Closed Michael Bücker requested to merge buecker/jupyterhub-ai:revert-946169df into main
10 files
+ 38
23
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 1
2
import os
import sys
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
sys.path.append("/home/jovyan/")
import argparse
import logging
Loading