Skip to content

Commit

Permalink
Easier to see which has run
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 28, 2024
1 parent e62b2b7 commit 6156dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6156dc1

Please sign in to comment.