1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 05:24:20 +00:00

🧹 Remove GitHub Actions

This commit is contained in:
Steffo 2021-01-10 18:41:15 +01:00
parent 1e7a3262b2
commit 923df767ce
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,24 +0,0 @@
name: Test package
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
- name: Install development dependencies
run: poetry install
- name: Run pytest
run: poetry run pytest