Skip to content

added pull request trigger to workflows for testing before merging #7

added pull request trigger to workflows for testing before merging

added pull request trigger to workflows for testing before merging #7

name: test_pip_install
on: [ push ]
jobs:
test_pip_install:
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
poetry-version: 2.0.1
- name: Test pip install
uses: ./.github/actions/test_pip_install