Skip to content

Commit

Permalink
Merge pull request #9 from ariel-research/update-environment
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
oriyalperin authored Nov 9, 2023
2 parents aae64fe + 8397468 commit 51f8029
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ concurrency:
cancel-in-progress: true

jobs:
base:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ubuntu, macos, windows]
python-version: ["pypy-3.9"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install packages
run: |
python -m pip install --upgrade pip wheel setuptools
python -m pip install -r requirements/test.txt
python -m pip install .
python -m pip list
- name: Test NetworkZ
run: |
pytest --durations=10 --pyargs networkz
# base:
# runs-on: ${{ matrix.os }}-latest
# strategy:
# matrix:
# os: [ubuntu, macos, windows]
# python-version: ["pypy-3.9"]
# steps:
# - uses: actions/checkout@v3
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python-version }}

# - name: Install packages
# run: |
# python -m pip install --upgrade pip wheel setuptools
# python -m pip install -r requirements/test.txt
# python -m pip install .
# python -m pip list

# - name: Test NetworkZ
# run: |
# pytest --durations=10 --pyargs networkz

default:
runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit 51f8029

Please sign in to comment.