Skip to content

Commit fc90c1d

Browse files
committed
GA: minor adjustments to name conventions
1 parent 24df72f commit fc90c1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/execution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# UTC 22:00 is early morning in Australia
55
- cron: '0 22 * * *'
66
jobs:
7-
execution-tests-linux-osx:
7+
execution-tests-linux:
88
name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})
99
runs-on: ${{ matrix.os }}
1010
strategy:
@@ -64,7 +64,7 @@ jobs:
6464
python-version: ${{ matrix.python-version }}
6565
- name: Install latex dependencies
6666
run: |
67-
brew install texlive
67+
brew install texlive
6868
- name: Install Anaconda + Dependencies
6969
shell: bash -l {0}
7070
run: |

0 commit comments

Comments
 (0)