Skip to content

Commit

Permalink
GitHub Actionsのバージョンを更新しました。Pythonのバージョンも更新しました。テスト結果をアップロードするアクションも更…
Browse files Browse the repository at this point in the history
…新しました。TagDatasetCreat_conf.tomlファイルを削除しました。
  • Loading branch information
NEXTAltair committed Jun 22, 2024
1 parent 4515aa2 commit a81236c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3 # リポジトリをチェックアウト
- uses: actions/checkout@v4 # リポジトリをチェックアウト
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11' # Pythonのバージョンを指定

Expand All @@ -24,7 +24,7 @@ jobs:
run: python -m unittest discover -s tests # テストを実行

- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always() # 常にテスト結果をアップロード
with:
name: test-results
Expand Down
7 changes: 0 additions & 7 deletions TagDatasetCreat_conf.toml

This file was deleted.

0 comments on commit a81236c

Please sign in to comment.