Skip to content

Commit

Permalink
move to src folder?
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 10, 2025
1 parent cf22cf9 commit 0f1a720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].0
- uses: cvxgrp/.github/actions/uv/[email protected].2
with:
python-version: ${{ matrix.python-version }}
tests-folder: 'src/tests'
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/[email protected].0
- uses: cvxgrp/.github/actions/uv/[email protected].2
with:
source-folder: 'src/cvx'
tests-folder: 'src/tests'

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 0f1a720

Please sign in to comment.