Skip to content

Commit

Permalink
Merge pull request #32 from AMYPAD/fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 6, 2023
2 parents 9591e4c + 3a1381b commit 942b686
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
fetch-depth: 0
- name: Run setup-python
run: setup-python -p${{ matrix.python }} cupy
run: setup-python -p${{ matrix.python }} 'cuda-version<12' cupy
- run: pip install -U -e .[dev]
env:
# https://github.com/scikit-build/scikit-build/issues/740
Expand Down Expand Up @@ -112,8 +112,7 @@ jobs:
- id: dist
uses: casperdcl/deploy-pypi@v2
with:
requirements: twine setuptools wheel setuptools_scm[toml] scikit-build
build: sdist
build: -s
password: ${{ secrets.PYPI_TOKEN }}
upload: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__pycache__/

# build
MANIFEST
/MANIFEST.in
/*.egg*/
*.so
/cuvec/cmake/
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
mkdocs-material<8.1.3
git+https://github.com/tqdm/jsmin@python3-only#egg=jsmin
mkdocs-minify-plugin
pydoc-markdown>=4
pydoc-markdown>=4,!=4.8.0
pygments
pymdown-extensions>=9

0 comments on commit 942b686

Please sign in to comment.