Skip to content

Commit

Permalink
Try to switch to setuptools (#3138)
Browse files Browse the repository at this point in the history
* Try to switch to setuptools

* Continue on error
  • Loading branch information
philippjfr authored Jan 24, 2022
1 parent d68961e commit 06cb858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24
sleep 3
- name: doit develop_install
continue-on-error: true
run: |
eval "$(conda shell.bash hook)"
conda activate test-environment
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ requires = [
"requests",
"bleach",
"packaging",
"tqdm >=4.48.0"
"tqdm >=4.48.0",
"setuptools>=42"
]
build-backend = "setuptools.build_meta"

0 comments on commit 06cb858

Please sign in to comment.