Skip to content

Commit

Permalink
Merge pull request #92 from s3alfisc/dev
Browse files Browse the repository at this point in the history
Prepare pypi release for 0.1.17
  • Loading branch information
s3alfisc authored Jul 14, 2023
2 parents 030f2cc + 2788462 commit 8d4c73e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 30 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.9"]
Expand Down Expand Up @@ -41,6 +41,5 @@ jobs:
run: |
pip install -e .
pip install -r requirements_test.txt
- name: Run tests
run: pytest
Binary file removed dist/wildboottest-0.1.0-py3-none-any.whl
Binary file not shown.
Binary file removed dist/wildboottest-0.1.0.tar.gz
Binary file not shown.
30 changes: 15 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wildboottest"
version = "0.1.16"
version = "0.1.17"
description = "Wild Cluster Bootstrap Inference for Linear Models in Python"
authors = [
"Alexander Fischer <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rpy2>=3.5.3
rpy2>=3.5.0
11 changes: 0 additions & 11 deletions wildboottest.code-workspace

This file was deleted.

0 comments on commit 8d4c73e

Please sign in to comment.