Skip to content

Ayjayt circleci test #6

Ayjayt circleci test

Ayjayt circleci test #6

Workflow file for this run

name: test-wf
on: pull_request
jobs:
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v1
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install chromium-browser
- name: Install devtools
run: pip install --user .[dev] numpy
- name: diagnostic
run: devtools-doctor
- name: test1
run: pytest
- name: test2
run: python app/test1.py