Skip to content

Commit

Permalink
dump workflows for quick test check
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 16, 2024
1 parent 9507898 commit 2b605e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -625,23 +625,13 @@ jobs:
results:
name: Test suite results
runs-on: ubuntu-latest
needs:
- conda
- vanilla
- nojit
- mindep
- funksvd
- funksvd-mindep
- implicit
- implicit-mindep
- hpf
- eval-tests
- doc-tests
steps:
- name: πŸ›’ Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: list remotes
run: git remote list
- name: 🐍 Setup coverage
run: pipx install 'coverage[toml]'
- name: πŸ“₯ Download test artifacts
Expand Down
3 changes: 2 additions & 1 deletion lkdev/workflows/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,10 @@ def jobs_result(deps: list[str]) -> GHJob:
return {
"name": "Test suite results",
"runs-on": "ubuntu-latest",
"needs": deps,
# "needs": deps,
"steps": [
step_checkout(),
{"name": "list remotes", "run": "git remote list"},
{"name": "🐍 Setup coverage", "run": "pipx install 'coverage[toml]'"},
{
"name": "πŸ“₯ Download test artifacts",
Expand Down

0 comments on commit 2b605e8

Please sign in to comment.