diff --git a/.github/workflows/prod_build_cli.yml b/.github/workflows/prod_build_cli.yml index 360300b..c5b766e 100644 --- a/.github/workflows/prod_build_cli.yml +++ b/.github/workflows/prod_build_cli.yml @@ -62,6 +62,7 @@ jobs: - name: Install native dependencies (MacOS) if: matrix.os == 'macos-latest' run: | + brew install python@3.11 brew install pcsc-lite - name: Checkout the repository uses: actions/checkout@v3