Skip to content

Commit

Permalink
patch install
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed Jun 15, 2023
1 parent 305281f commit f25742d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Install Deps
run: pip install -r nereid/requirements.txt -r nereid/requirements_tests.txt
- name: Run Tests
Expand All @@ -33,19 +33,18 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Install nereid as library
run: |
pip install .
pip install pytest pytest-xdist
- name: Run Tests
run: pytest nereid/nereid/tests/test_src -xv -n 2
- name: Test Import
run: python -c "import nereid"

python-edge-test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]
steps:
- run: sudo apt-get install graphviz
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ async-app =
dev =
nereid[async-app]
black==22.1.0
codecov
coverage>=6.0.0
isort>=5.0.0
mypy>=0.910
Expand Down

0 comments on commit f25742d

Please sign in to comment.