Skip to content

Commit

Permalink
Rebase preemptively
Browse files Browse the repository at this point in the history
  • Loading branch information
gmou3 committed Apr 21, 2024
1 parent 2952c10 commit 74f2063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
shell: sh .ci/docker-exec-script.sh BUILD /sage {0}

- name: Upload coverage to codecov
if: (success() || failure()) && steps.build.outcome == 'success'
if: (success() || failure()) && steps.container.outcome == 'success'
uses: codecov/codecov-action@v4
with:
directory: ./coverage-report
2 changes: 1 addition & 1 deletion .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
pip install --no-build-isolation --no-deps --config-settings editable_mode=compat -v -v -e ./src
env:
SAGE_NUM_THREADS: 2

- name: Verify dependencies
if: success() || failure()
shell: bash -l {0}
Expand Down

0 comments on commit 74f2063

Please sign in to comment.