Skip to content

Fix neopo versions command #139

Fix neopo versions command

Fix neopo versions command #139

Workflow file for this run

name: python-pip
on: push
env:
NEOPO_LOCAL: 1
NEOPO_PARALLEL: 1
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
source ci/install-neopo.sh
neopo install -s
neopo particle --version
- name: Test neopo (script)
run: |
neopo script ci/travisTests
- name: Test neopo (module)
run: |
python ci/test-neopo.py