From 934c3e30b22565d1dfd3826cd338305df92068f6 Mon Sep 17 00:00:00 2001 From: kzrnm Date: Sun, 15 Oct 2023 13:56:11 +0900 Subject: [PATCH] Remove python-version --- .github/workflows/test-check.yml | 1 - .github/workflows/test-cs-resolve.yml | 2 -- .github/workflows/test-docs.yml | 2 -- .github/workflows/test-download-problems.yml | 1 - .github/workflows/test-merge-result.yml | 1 - .github/workflows/test-merge-verify-files.yml | 1 - .github/workflows/test-oj-resolve.yml | 1 - .github/workflows/test-verifier-object-equality-action.yml | 1 - .github/workflows/test-verify.yml | 2 -- merge-result/README.md | 2 -- merge-verify-files/README.md | 2 -- setup/README.md | 1 - testing/verifier-object-equality-action/README.md | 2 -- upload-verify-artifact/README.md | 2 -- verify/README.md | 2 -- 15 files changed, 23 deletions(-) diff --git a/.github/workflows/test-check.yml b/.github/workflows/test-check.yml index ff1e3a2..b34aacd 100644 --- a/.github/workflows/test-check.yml +++ b/.github/workflows/test-check.yml @@ -23,7 +23,6 @@ jobs: - name: Set up competitive-verifier uses: ./setup with: - python-version: "3.9" cache-pip: true - name: Check success diff --git a/.github/workflows/test-cs-resolve.yml b/.github/workflows/test-cs-resolve.yml index 68dc683..e2ae97b 100644 --- a/.github/workflows/test-cs-resolve.yml +++ b/.github/workflows/test-cs-resolve.yml @@ -89,8 +89,6 @@ jobs: - name: Set up competitive-verifier uses: ./setup - with: - python-version: "3.9" - name: equal uses: ./testing/verifier-object-equality-action diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index ab5a0f6..0af7928 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -22,8 +22,6 @@ jobs: - name: Set up competitive-verifier uses: ./setup - with: - python-version: "3.9" - name: No verify-files id: no-verify-files diff --git a/.github/workflows/test-download-problems.yml b/.github/workflows/test-download-problems.yml index 5485f67..501598f 100644 --- a/.github/workflows/test-download-problems.yml +++ b/.github/workflows/test-download-problems.yml @@ -25,7 +25,6 @@ jobs: - name: Set up competitive-verifier uses: ./setup with: - python-version: "3.9" cache-pip: true - name: Download env $COMPETITIVE_VERIFY_FILES_PATH diff --git a/.github/workflows/test-merge-result.yml b/.github/workflows/test-merge-result.yml index 1bc3a64..7e694c2 100644 --- a/.github/workflows/test-merge-result.yml +++ b/.github/workflows/test-merge-result.yml @@ -24,7 +24,6 @@ jobs: - name: Set up competitive-verifier uses: ./setup with: - python-version: "3.9" cache-pip: true - name: Use glob diff --git a/.github/workflows/test-merge-verify-files.yml b/.github/workflows/test-merge-verify-files.yml index f4b4054..c2c8339 100644 --- a/.github/workflows/test-merge-verify-files.yml +++ b/.github/workflows/test-merge-verify-files.yml @@ -24,7 +24,6 @@ jobs: - name: Set up competitive-verifier uses: ./setup with: - python-version: "3.9" cache-pip: true - name: Use glob diff --git a/.github/workflows/test-oj-resolve.yml b/.github/workflows/test-oj-resolve.yml index 0313560..085b787 100644 --- a/.github/workflows/test-oj-resolve.yml +++ b/.github/workflows/test-oj-resolve.yml @@ -24,7 +24,6 @@ jobs: - name: Set up competitive-verifier uses: ./setup with: - python-version: "3.9" cache-pip: true - name: oj-resolve with include diff --git a/.github/workflows/test-verifier-object-equality-action.yml b/.github/workflows/test-verifier-object-equality-action.yml index 2f5f444..556b838 100644 --- a/.github/workflows/test-verifier-object-equality-action.yml +++ b/.github/workflows/test-verifier-object-equality-action.yml @@ -24,7 +24,6 @@ jobs: - name: Set up competitive-verifier uses: ./setup with: - python-version: "3.9" cache-pip: true - name: equal diff --git a/.github/workflows/test-verify.yml b/.github/workflows/test-verify.yml index e7f24f9..8afec41 100644 --- a/.github/workflows/test-verify.yml +++ b/.github/workflows/test-verify.yml @@ -23,8 +23,6 @@ jobs: - name: Set up competitive-verifier uses: ./setup - with: - python-version: "3.9" - name: Verify success id: verify-success diff --git a/merge-result/README.md b/merge-result/README.md index 0802b0a..1fd4a4e 100644 --- a/merge-result/README.md +++ b/merge-result/README.md @@ -8,8 +8,6 @@ See [action.yml](action.yml) or [competitive-verifier/competitive-verifier](http ```yml - name: Set up competitive-verifier uses: competitive-verifier/actions/setup@v1 - with: - python-version: "3.9" - name: Use glob id: glob diff --git a/merge-verify-files/README.md b/merge-verify-files/README.md index a028054..e4c530e 100644 --- a/merge-verify-files/README.md +++ b/merge-verify-files/README.md @@ -8,8 +8,6 @@ See [action.yml](action.yml) or [competitive-verifier/competitive-verifier](http ```yml - name: Set up competitive-verifier uses: competitive-verifier/actions/setup@v1 - with: - python-version: "3.9" - name: Use glob id: glob diff --git a/setup/README.md b/setup/README.md index 559c2fd..63bd1e7 100644 --- a/setup/README.md +++ b/setup/README.md @@ -9,6 +9,5 @@ See [action.yml](action.yml) or [competitive-verifier/competitive-verifier](http - name: Set up competitive-verifier uses: competitive-verifier/actions/setup@v1 with: - python-version: "3.9" cache-pip: true ``` \ No newline at end of file diff --git a/testing/verifier-object-equality-action/README.md b/testing/verifier-object-equality-action/README.md index f341c74..1017228 100644 --- a/testing/verifier-object-equality-action/README.md +++ b/testing/verifier-object-equality-action/README.md @@ -25,8 +25,6 @@ jobs: - name: Set up competitive-verifier uses: competitive-verifier/actions/setup@v1 - with: - python-version: "3.9" - name: equal uses: competitive-verifier/actions/verifier-object-equality-action@v1 diff --git a/upload-verify-artifact/README.md b/upload-verify-artifact/README.md index d52bd84..b06e0d4 100644 --- a/upload-verify-artifact/README.md +++ b/upload-verify-artifact/README.md @@ -8,8 +8,6 @@ See [action.yml](action.yml) or [competitive-verifier/competitive-verifier](http ```yml - name: Set up competitive-verifier uses: competitive-verifier/actions/setup@v1 - with: - python-version: "3.9" - name: Upload artifact uses: competitive-verifier/actions/upload-verify-artifact@v1 diff --git a/verify/README.md b/verify/README.md index 8430701..038bb87 100644 --- a/verify/README.md +++ b/verify/README.md @@ -9,8 +9,6 @@ See [action.yml](action.yml) or [competitive-verifier/competitive-verifier](http ```yml - name: Set up competitive-verifier uses: competitive-verifier/actions/setup@v1 - with: - python-version: "3.9" # Create verify_files.json # ...