diff --git a/github/workflows/test_pip.yml b/github/workflows/test_pip.yml deleted file mode 100644 index bf35489..0000000 --- a/github/workflows/test_pip.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Install and run -run-name: Install and run -on: [ push, pull_request ] -jobs: - install-and-run: - strategy: - matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.10', '3.11', '3.12'] - runs-on: ${{ matrix.os }} - steps: - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.python-version }} - - name: Install abogen - run: python -m pip install abogen - - name: Run abogen - run: python -m abogen --version