mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-12 19:30:30 +02:00
fix: pipeline fix
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- run: python -m pip install --upgrade pip
|
||||
- run: python -m pip install ".[all]"
|
||||
- run: python -m pip install .[all]
|
||||
- run: python test.py
|
||||
|
||||
tag_and_publish:
|
||||
@@ -95,7 +95,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ".[build]"
|
||||
pip install requirements.build.txt
|
||||
python setup.py sdist bdist_wheel
|
||||
|
||||
- name: Build and publish
|
||||
|
||||
Reference in New Issue
Block a user