added checkout for test section
This commit is contained in:
@@ -36,6 +36,7 @@ jobs:
|
||||
matrix:
|
||||
python-version: [3.9, 3.11, 3.12]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
@@ -44,7 +45,7 @@ jobs:
|
||||
run: |
|
||||
pip install -U setuptools
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user