Skip to content

Commit

Permalink
gh test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Sep 2, 2023
1 parent 3bff68d commit b78dcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# - name: Old versions for py 3.10
# if: ${{ matrix.python-version == '3.10'}}
# run: env/bin/python -m pip install cvxpy==1.2.3
# run: python -m pip install cvxpy==1.2.3

- name: Install package
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Run tests with coverage
run: |
coverage run -m unittest cvxportfolio/tests/*.py
coverage run -m unittest cvxportfolio
coverage lcov
- name: Coveralls GitHub Action
Expand Down

0 comments on commit b78dcf4

Please sign in to comment.