Skip to content

Commit

Permalink
debug...
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 25, 2024
1 parent ded5632 commit 2caaee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-search.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test GUI
name: Test search

on:
push:
Expand All @@ -8,7 +8,7 @@ on:
- cron: '0 6 * * 1'

jobs:
test-gui:
test-search:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions tests/test_submodule_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ def print_submodules(package_name):
print(modname)

# 例: 'your_package_name' を探索したいパッケージの名前に置き換えてください
def test_search:
def test_search():
print_submodules('uxsim')

0 comments on commit 2caaee0

Please sign in to comment.