We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b39b0 commit b68b784Copy full SHA for b68b784
.github/workflows/docs.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/setup-python@v5
24
with:
25
python-version: 3.9
26
+ cache: pip
27
28
- name: Build and install at
29
run: python -m pip install ".[plot, doc]"
.github/workflows/matlab-tests.yml
@@ -30,6 +30,7 @@ jobs:
30
31
32
python-version: '3.9'
33
34
35
- name: Set up MATLAB
36
uses: matlab-actions/setup-matlab@v1
.github/workflows/python-tests.yml
python-version: ${{ matrix.python-version }}
- name: Build and install at with tests
run: python -m pip install -e ".[dev]"
0 commit comments