Skip to content

Commit d77cc24

Browse files
committed
Remove Ubuntu CUDA12 GPU workflow; bump submodule
Delete legacy .github/workflows/release_ubuntu_gpu_cuda12.yml and apply minor whitespace cleanups across multiple GitHub Actions workflows (generate_deploy_documentation, release_macos, release_ubuntu, release_ubuntu_gpu, release_windows, release_windows_gpu). Update src/radarsimcpp submodule to commit 7a758f3. These changes remove the obsolete CUDA12 GPU workflow and tidy up CI files.
1 parent d8d271f commit d77cc24

File tree

8 files changed

+11
-499
lines changed

8 files changed

+11
-499
lines changed

.github/workflows/generate_deploy_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python -m pip install --upgrade pip
6060
pip install -r requirements-dev.txt
6161
shell: bash
62-
62+
6363
- name: Install mbedTLS
6464
run: |
6565
sudo apt-get update

.github/workflows/release_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
run: |
170170
python -m pip install --upgrade pip wheel setuptools
171171
pip install -r requirements-dev.txt
172-
172+
173173
- name: Install mbedTLS
174174
run: |
175175
brew install mbedtls

.github/workflows/release_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
run: |
160160
python -m pip install --upgrade pip wheel setuptools
161161
pip install -r requirements-dev.txt
162-
162+
163163
- name: Install mbedTLS
164164
run: |
165165
sudo apt-get update

.github/workflows/release_ubuntu_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
run: |
178178
python -m pip install --upgrade pip wheel setuptools
179179
pip install -r requirements-dev.txt
180-
180+
181181
- name: Install mbedTLS
182182
run: |
183183
sudo apt-get update

0 commit comments

Comments
 (0)