conda environment.yml과 pip requirements.txt 결합 나는 conda 환경에서 작업하고 일부 pip 패키지도 필요합니다. 예를 들어 ~ gohlke의 미리 컴파일 된 바퀴가 필요 합니다. 현재 두 개의 파일 environment.yml이 있습니다. # run: conda env create --file environment.yml name: test-env dependencies: - python>=3.5 - anaconda 및 requirements.txtPIP에 대한 CONDA 환경 이상 활성화 한 후 사용할 수있는 : # run: pip install -i requirements.txt docx gooey http://www.lfd.uci.edu/~gohlke/pyth..