updated version
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
||||
pip install -U setuptools
|
||||
pip install -r requirements.txt
|
||||
python3 -m pip install --no-deps --pre --index-url https://test.pypi.org/simple/ scraibe>=0.1.3
|
||||
|
||||
python3 -m -c "import scraibe; print(scraibe.__version__)"
|
||||
|
||||
# publish-to-pypi:
|
||||
# name: Conditional Publish to PyPI or Dev Repository
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
name: Run Tests
|
||||
|
||||
on:
|
||||
#push:
|
||||
|
||||
pull_request:
|
||||
branches: ['main', 'develop']
|
||||
workflow_dispatch:
|
||||
@@ -30,10 +28,7 @@ jobs:
|
||||
sudo apt-get install libsndfile1-dev
|
||||
sudo apt-get install ffmpeg
|
||||
pip install pytest
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- name: Run pytest
|
||||
env:
|
||||
HF_TOKEN : ${{ secrets.HF_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user