added checkout for test section
This commit is contained in:
@@ -36,6 +36,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python-version: [3.9, 3.11, 3.12]
|
python-version: [3.9, 3.11, 3.12]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
@@ -44,7 +45,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -U setuptools
|
pip install -U setuptools
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
python3 -m pip install --no-deps --index-url https://test.pypi.org/simple/ scraibe>=0.1.3
|
python3 -m pip install --no-deps --pre --index-url https://test.pypi.org/simple/ scraibe>=0.1.3
|
||||||
|
|
||||||
|
|
||||||
# publish-to-pypi:
|
# publish-to-pypi:
|
||||||
|
|||||||
Reference in New Issue
Block a user