Skip to content

Version 1.0.0 - test pip installation #1

Version 1.0.0 - test pip installation

Version 1.0.0 - test pip installation #1

name: Test pip installation
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Install mpoints via pip
run: |
pip install mpoints
- name: Test installation:

Check failure on line 19 in .github/workflows/test_pip_installation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_pip_installation.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
run: |
python -c "import mpoints;"