Skip to content

Commit

Permalink
build: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Nov 21, 2024
1 parent 68bbbbe commit a7531e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: "!experiments"
sparse-checkout: |
/*
!experiments
- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: "!experiments"
sparse-checkout: |
/*
!experiments
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit a7531e5

Please sign in to comment.