Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
osoucy committed Jul 23, 2023
1 parent 3984061 commit 8a4506b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
matrix:
pyVersion:
- '3.9'
- '3.10'
- '3.11'
# - '3.10'
# - '3.11'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -33,8 +33,14 @@ jobs:
- name: Install flit
run: pip install flit

- name: Run tests
run: make dev install test
- name: Install local
run: pip install ./

- name: Install git
run: pip install git+https://github.com/opencubes-ai/settus.git@imports

# - name: Run tests
# run: make dev install test

# - name: Publish test coverage
# uses: codecov/codecov-action@v1
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = [
# "flit_core >=3.2,<4",
"setuptools",
"flit_core >=3.2,<4",
# "setuptools",
]
#build-backend = "flit_core.buildapi"
build-backend = "setuptools.build_meta"
build-backend = "flit_core.buildapi"
#build-backend = "setuptools.build_meta"

[project]
name = "settus"
Expand Down

0 comments on commit 8a4506b

Please sign in to comment.