Skip to content

Commit

Permalink
WIP CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Sep 30, 2023
1 parent bda3a90 commit 29f86eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- feature-dask

jobs:
tests:
Expand All @@ -16,11 +17,12 @@ jobs:
- name: pysetup
uses: actions/setup-python@v2
with:
##python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: "3.10"

- name: install
run: |
pip install -e ".[test]"
pip install -e ".[test,dask]"
- name: run tests
run: |
Expand Down

0 comments on commit 29f86eb

Please sign in to comment.