From 6156dc1fddc20e69917d624840f22cab6561e7b5 Mon Sep 17 00:00:00 2001 From: utensil Date: Mon, 28 Oct 2024 20:27:47 +0800 Subject: [PATCH] Easier to see which has run --- .github/workflows/cpp.yml | 2 +- .github/workflows/main.yml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 5e04e28..1af6491 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -36,7 +36,7 @@ jobs: - windows-2022 # macos-15 is deploying, macos-latest is still macos-14 - macos-15 - python-version: ["3.11"] + lang: ["C++"] fail-fast: false steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf15806..6830fda 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: - windows-2022 # macos-15 is deploying, macos-latest is still macos-14 - macos-15 - python-version: ["3.11"] + lang: ["Rust"] fail-fast: false steps: - name: Free Disk Space (Ubuntu) @@ -131,10 +131,6 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} # required files: lcov.info # fail_ci_if_error: true # optional (default = false) - # - name: Install Python ${{ matrix.python-version }} - # uses: actions/setup-python@v5 - # with: - # python-version: ${{ matrix.python-version }} # - name: Test evcxr notebooks # run: | # cd notebooks