From 2012d0d8ebdef818ae66d6e3cc433a1ec96c17c3 Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Sun, 6 Aug 2023 04:18:47 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b267d9a..3a01d25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [windows-2019, macos-13, ubuntu-20.04] - arch: [arm64, amd64] + arch: [aarch64, amd64] steps: - uses: actions/checkout@v2 @@ -37,6 +37,7 @@ jobs: - name: Install dependencies run: | + uname -m python -m pip install --upgrade pip pip install -r requirements.txt pip install face_recognition --no-deps