Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd authored May 16, 2024
1 parent be48d83 commit 60bac28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
# uses: actions/setup-python@v4
# with:
# python-version: ${{matrix.python-version}}
- name: Upgrade pip
run: python -m pip install --upgrade pip
# - name: Upgrade pip
# run: python -m pip install --upgrade pip
# - name: Windows 3.6 Oddities
# if: matrix.python-version == 3.6 && runner.os == 'Windows'
# run: python -m pip install pwintypy==1.1.6
Expand All @@ -34,6 +34,7 @@ jobs:
python-version: ${{matrix.python-version}}
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools build
conda install numpy pytables matplotlib pytest
- name: build phconvert
Expand Down

0 comments on commit 60bac28

Please sign in to comment.