File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
steps :
62
62
- name : Checkout Repository
63
63
uses : actions/checkout@v4
64
+ with :
65
+ lfs : true
64
66
65
67
- name : Install Dependencies
66
68
run : |
Original file line number Diff line number Diff line change 18
18
matrix :
19
19
python-version :
20
20
- " 3.10"
21
+ - " 3.12"
21
22
steps :
22
23
- name : Checkout repo
23
24
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ RUN curl -fSsL --insecure ${CONDA_URL} -o install-conda.sh && \
25
25
ENV PATH=$MINICONDA_PREFIX/bin:${PATH}
26
26
ARG PYTHON_EXE=$MINICONDA_PREFIX/bin/python
27
27
28
- RUN $PYTHON_EXE -m pip install wheel cython numpy==1.26.4
29
- RUN $PYTHON_EXE -m pip install git+https://github.com/DocsaidLab/PyFace.git
30
-
31
28
ARG work_folder
32
29
WORKDIR $work_folder
33
30
You can’t perform that action at this time.
0 commit comments