Skip to content

Commit

Permalink
test python3
Browse files Browse the repository at this point in the history
  • Loading branch information
christophkloeffel committed Oct 14, 2024
1 parent c53f023 commit 9758dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
python-version: ${{ matrix.py-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements_dev.txt
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements_dev.txt
- name: Install gnu make on macos
if: startsWith(matrix.os, 'macos')
run: |
Expand Down

0 comments on commit 9758dea

Please sign in to comment.