File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
27
27
run : pip install .[test]
28
28
29
29
- name : Install ApexPy RC dependency on Mac
30
- if : ${{ matrix.rc-package == " apexpy" && $matrix.os == " macos-latest" }}
30
+ if : ${{ matrix.rc-package == ' apexpy' && $matrix.os == ' macos-latest' }}
31
31
run : |
32
32
brew reinstall gcc@14
33
33
CC=/opt/homebrew/bin/gcc-14 pip install --pre -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ${{ matrix.rc-package }}
34
34
35
35
36
36
- name : Install RC dependency
37
- if : ${{ matrix.rc-package != " apexpy" || $matrix.os != " macos-latest" }}
37
+ if : ${{ matrix.rc-package != ' apexpy' || $matrix.os != ' macos-latest' }}
38
38
run : pip install --pre -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ${{ matrix.rc-package }}
39
39
40
40
- name : Set up pysat
You can’t perform that action at this time.
0 commit comments