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 24df72f commit fc90c1dCopy full SHA for fc90c1d
.github/workflows/execution.yml
@@ -4,7 +4,7 @@ on:
4
# UTC 22:00 is early morning in Australia
5
- cron: '0 22 * * *'
6
jobs:
7
- execution-tests-linux-osx:
+ execution-tests-linux:
8
name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})
9
runs-on: ${{ matrix.os }}
10
strategy:
@@ -64,7 +64,7 @@ jobs:
64
python-version: ${{ matrix.python-version }}
65
- name: Install latex dependencies
66
run: |
67
- brew install texlive
+ brew install texlive
68
- name: Install Anaconda + Dependencies
69
shell: bash -l {0}
70
0 commit comments