We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14193c3 commit 817596eCopy full SHA for 817596e
1 file changed
.github/workflows/ci.yml
@@ -17,12 +17,12 @@ jobs:
17
python-version: ["3.10", "3.11", "3.12", "3.13"]
18
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
21
with:
22
persist-credentials: false
23
24
- name: Set up Python ${{ matrix.python-version }}
25
- uses: actions/setup-python@v5
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
26
27
python-version: ${{ matrix.python-version }}
28
@@ -34,5 +34,3 @@ jobs:
34
run: pip install ruff && ruff check src/ tests/ --target-version py310
35
36
- name: Run tests
37
- run: |
38
- python -m pytest tests/ -v --cov=src --cov-report=term-missing
0 commit comments