Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Mar 12, 2024
1 parent a3b6663 commit 1638ee0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: make install
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
make install
- name: Test software
run: make test
- name: Report coverage
Expand All @@ -45,7 +48,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 1638ee0

Please sign in to comment.