Skip to content

Commit 032df30

Browse files
committed
Fix CI & cleanup files
* Fix CI build error. * Remove old CI files.
1 parent 8af9910 commit 032df30

File tree

3 files changed

+1
-44
lines changed

3 files changed

+1
-44
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Prepare tox
4141
run: |
4242
V=${{ matrix.python-version }}
43-
echo TOX_PYTHON=py"$(echo $V | tr -d.)" >>"$GITHUB_ENV"
43+
echo TOX_PYTHON=py"$(echo $V | tr -d '.')" >>"$GITHUB_ENV"
4444
4545
- run: >
4646
uvx --with=tox-uv

.travis.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

requirements-dev-2.x.pip

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)