From ef2ebe420cc3a982b8280ac2bfbf6683e4d80d80 Mon Sep 17 00:00:00 2001 From: Charles Yuan Date: Tue, 24 Dec 2024 13:54:30 +0800 Subject: [PATCH] trigger testcase --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index eeb4994..189971e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -17,7 +17,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] max-parallel: 1 # Ensures the tests run sequentially - # ================================ + steps: - uses: actions/checkout@v3 - name: Set up Python