We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436f8f6 commit 4abdf75Copy full SHA for 4abdf75
.github/workflows/run-tests.yml
@@ -22,12 +22,16 @@ jobs:
22
with:
23
python-version: ${{ matrix.python }}
24
25
+ - name: Set ARCHFLAGS for macOS
26
+ if: runner.os == 'macOS'
27
+ run: echo "ARCHFLAGS=-arch arm64" >> $GITHUB_ENV
28
+
29
- name: Install poetry
30
run: python -m pip install poetry
31
32
- name: Set poetry installer config
33
if: runner.os == 'macOS'
- run: echo "POETRY_INSTALLER_NO_BINARY=:all:" >> $GITHUB_ENV
34
+ run: echo "POETRY_INSTALLER_NO_BINARY=:none:" >> $GITHUB_ENV
35
36
- name: Cache the virtualenv
37
id: cache-venv
0 commit comments