Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma723 committed Jul 17, 2024
1 parent 2b0c27a commit 8ab4db1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[dependencies]
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# python -m pip install .[dependencies]
- name: Generate coverage report
run: |
python -m pip install .[test]
Expand Down

0 comments on commit 8ab4db1

Please sign in to comment.