Skip to content

Commit

Permalink
Use pypi for tests (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored May 8, 2024
1 parent 969941b commit b07b89a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,16 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Conda
uses: conda-incubator/setup-miniconda@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
activate-environment: testing
- name: Install dependencies
run: |
conda install -c conda-forge joblib scipy pandas pytest-cov pytest-randomly
python -m pip install scipy pandas pytest-cov pytest-randomly
# matplotlib lxml pygraphviz pydot sympy # Extra networkx deps we don't need yet
python -m pip install git+https:/networkx/networkx.git@main
python -m pip install .
Expand Down

0 comments on commit b07b89a

Please sign in to comment.