Skip to content

Commit

Permalink
workflows update
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Dec 16, 2024
1 parent a56c51f commit 860ab03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v4

- uses: ./actions/pdoc
- uses: ./actions/uv/pdoc
with:
source-folder: "cvx"
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v4

- uses: ./actions/test
- uses: ./actions/uv/test
with:
python-version: ${{ matrix.python-version }}
#source-folder: "tests/python"

0 comments on commit 860ab03

Please sign in to comment.