Skip to content

Commit

Permalink
gh packaging test
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Nov 12, 2024
1 parent 912c8c4 commit d53bf12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
# we're not yet using 3.12 because there are some issues
# with pylint there (November 2023)
python-version: '3.11'
python-version: '3.11'

- name: Pylint
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'

- name: Package
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Delete the repo
run: |
rm -rf *
- name: Run tests shipped with the package
run: |
python -m cvxportfolio.tests
Expand Down

0 comments on commit d53bf12

Please sign in to comment.