Skip to content

Commit de9d1bf

Browse files
committed
tests
1 parent 196f8a6 commit de9d1bf

File tree

2 files changed

+9
-59
lines changed

2 files changed

+9
-59
lines changed

.github/workflows/ci.yml

-52
This file was deleted.

.github/workflows/push_main.yml .github/workflows/push.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- uses: "actions/setup-python@v5"
3131
with:
3232
python-version: ${{ matrix.python }}
33+
- run: "python -m pip install requirements.in"
34+
- run: "python -m pip install requirements-dev.in"
3335
- run: "python -m pip install --editable ."
3436
- run: "python -m pytest"
3537
- env:
@@ -72,13 +74,13 @@ jobs:
7274
- env:
7375
GITHUB_TOKEN: "${{ github.token }}"
7476
run: "gh release upload '${{ github.ref_name }}' dist/** --repo '${{ github.repository }}'"
75-
ruff:
76-
runs-on: "ubuntu-latest"
77-
steps:
78-
- uses: "actions/checkout@v4"
79-
- uses: "chartboost/ruff-action@v1"
80-
with:
81-
args: "format --check"
77+
# ruff:
78+
# runs-on: "ubuntu-latest"
79+
# steps:
80+
# - uses: "actions/checkout@v4"
81+
# - uses: "chartboost/ruff-action@v1"
82+
# with:
83+
# args: "format --check"
8284
testpypi:
8385
environment:
8486
name: "test.pypi.org"

0 commit comments

Comments
 (0)