Skip to content

Commit

Permalink
Temporary disable step in failing CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Takishima authored Jan 7, 2024
1 parent b1ffc7d commit 8af1e44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,6 @@ jobs:
- name: Build docs
run: python3 -m sphinx -b html docs docs/.build

- name: Make SDist
run: python3 setup.py sdist
# NB: disabling until setup.py is updated to remove any mention of distutils
# - name: Make SDist
# run: python3 setup.py sdist

0 comments on commit 8af1e44

Please sign in to comment.