Skip to content

Commit 55dd3fc

Browse files
committed
BUG: yaml syntax
Attempt to fix the yaml syntax.
1 parent 1b3f215 commit 55dd3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/external_rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
run: pip install .[test]
2828

2929
- 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' }}
3131
run: |
3232
brew reinstall gcc@14
3333
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 }}
3434
3535
3636
- name: Install RC dependency
37-
if: ${{ matrix.rc-package != "apexpy" || $matrix.os != "macos-latest" }}
37+
if: ${{ matrix.rc-package != 'apexpy' || $matrix.os != 'macos-latest' }}
3838
run: pip install --pre -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ ${{ matrix.rc-package }}
3939

4040
- name: Set up pysat

0 commit comments

Comments
 (0)