Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldmcdermott committed May 22, 2024
1 parent 52611e9 commit 903b927
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: setup.py
- run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- run: python -m pip install --upgrade pip
- run: pip install setuptools
- run: python -m pip install --upgrade pip setuptools wheel
- run: python -m pip install .
- run: |
conda install pytest
Expand Down

0 comments on commit 903b927

Please sign in to comment.