removed extra install

This commit is contained in:
Schmieder, Jacob
2024-05-17 12:07:14 +00:00
parent 131d7fdb23
commit b92c6d8e39
+1 -2
View File
@@ -42,8 +42,7 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install package - name: Install package
run: | run: |
python3 -m pip install -U pip setuptools wheel python3 -m pip install -U --index-url https://test.pypi.org/simple/ scraibe
python3 -m pip install --index-url https://test.pypi.org/simple/ scraibe
# publish-to-pypi: # publish-to-pypi: