We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e7b8d commit a093200Copy full SHA for a093200
1 file changed
.github/workflows/test.yaml
@@ -25,10 +25,6 @@ jobs:
25
- name: Install poetry
26
run: pipx install poetry
27
28
- - name: Install dependencies on macOS
29
- if: runner.os == 'macOS'
30
- run: |
31
- brew install libomp gfortran
32
- uses: actions/setup-python@v5
33
with:
34
python-version: ${{ matrix.python_version }}
0 commit comments