Skip to content

Commit

Permalink
update titles of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Aug 22, 2024
1 parent d5fa780 commit 8e29182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests_macos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Gradient-Free-Optimizers
name: macOS

on:
push:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/tests_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Gradient-Free-Optimizers
name: Ubuntu

on:
push:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/tests_windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Gradient-Free-Optimizers
name: Windows

on:
push:
Expand Down

0 comments on commit 8e29182

Please sign in to comment.