Skip to content

Commit

Permalink
Update tests to include metasyn-0.8.0 (#31)
Browse files Browse the repository at this point in the history
* Set requirements properly

* We don't need that many tests

* Install matplotlib as well

---------

Co-authored-by: Raoul Schram <[email protected]>
  • Loading branch information
qubixes and qubixes authored Mar 27, 2024
1 parent 4f1d6d1 commit 6205789
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
metasyn-version: [ "git+https://github.com/sodascience/metasyn.git@main" ]

metasyn-version: [ "git+https://github.com/sodascience/metasyn.git@main"]
include:
- python-version: "3.11"
metasyn-version: "metasyn==0.8.0"

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -29,7 +32,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install ${{ matrix.metasyn-version }}
python -m pip install ruff mypy pytest nbval
python -m pip install .
python -m pip install ".[examples]"
- name: Lint with ruff
run: |
ruff metasyncontrib/disclosure
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]
dependencies = [
"metasyn",
"metasyn>=0.8.0",
"polars",
"numpy>=1.20",
]
Expand Down

0 comments on commit 6205789

Please sign in to comment.