Skip to content

Commit

Permalink
Cleanup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jsexauer committed May 12, 2024
1 parent 1f27d82 commit c92c401
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,20 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mock numpy scipy
- name: Install networkx==${{ matrix.networkx-version }}
run: |
pip install networkx==${{ matrix.networkx-version }}
- name: Install networkx-viewer
run: |
python setup.py install
- name: Runt tests
run: |
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" python ./networkx_viewer/tests.py

0 comments on commit c92c401

Please sign in to comment.