File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 paths-ignore : ["**/docker.yaml"]
88 workflow_dispatch :
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
1014env :
11- NUM_WORKERS : 2
15+ NUM_WORKERS : auto
1216 USE_POOCH : " True"
1317 ECHOPYPE_DATA_VERSION : v0.11.1a2
1418 ECHOPYPE_DATA_BASEURL : https://github.com/OSOceanAcoustics/echopype/releases/download/{version}/
6771 uses : actions/setup-python@v6.2.0
6872 with :
6973 python-version : ${{ matrix.python-version }}
74+ cache : pip
7075
7176 - name : System usage (baseline)
7277 if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 88 - ci/*
99 workflow_dispatch :
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
13+ cancel-in-progress : true
1114
1215env :
13- NUM_WORKERS : 2
16+ NUM_WORKERS : auto
1417 USE_POOCH : " True"
1518 ECHOPYPE_DATA_VERSION : v0.11.1a2
1619 ECHOPYPE_DATA_BASEURL : https://github.com/OSOceanAcoustics/echopype/releases/download/{version}/
7174 uses : actions/setup-python@v6.2.0
7275 with :
7376 python-version : ${{ matrix.python-version }}
74-
77+ cache : pip
7578
7679 - name : Upgrade pip
7780 run : python -m pip install --upgrade pip
@@ -168,6 +171,7 @@ jobs:
168171 - uses : actions/setup-python@v6.2.0
169172 with :
170173 python-version : ${{ matrix.python-version }}
174+ cache : pip
171175
172176 - name : Upgrade pip
173177 run : python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments