From d43a7863c3fd0adbca72cfda7791967f5962c63a Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Fri, 17 May 2024 14:00:45 +0000 Subject: [PATCH] added checkout for test section --- .github/workflows/pypi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index aa9edaf..25d1e2d 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -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: