Skip to content

Commit d6d76dd

Browse files
committed
[F] Fix pr
1 parent 0a67494 commit d6d76dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
steps:
6262
- name: Checkout Repository
6363
uses: actions/checkout@v4
64+
with:
65+
lfs: true
6466

6567
- name: Install Dependencies
6668
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
python-version:
2020
- "3.10"
21+
- "3.12"
2122
steps:
2223
- name: Checkout repo
2324
uses: actions/checkout@v4

docker/pr.dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ RUN curl -fSsL --insecure ${CONDA_URL} -o install-conda.sh && \
2525
ENV PATH=$MINICONDA_PREFIX/bin:${PATH}
2626
ARG PYTHON_EXE=$MINICONDA_PREFIX/bin/python
2727

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-
3128
ARG work_folder
3229
WORKDIR $work_folder
3330

0 commit comments

Comments
 (0)