mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-12 19:30:30 +02:00
feat: smaller bugfix for pipeline
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -36,11 +36,11 @@ jobs:
|
||||
python-version: '3.12'
|
||||
- run: python -m pip install --upgrade pip
|
||||
- run: python -m pip install -r requirements.txt
|
||||
- run: python -m pytest
|
||||
- run: python test.py
|
||||
|
||||
tag:
|
||||
runs-on: ubuntu-latest
|
||||
needs: lint
|
||||
needs: test
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user