Skip to content

Commit

Permalink
Merge pull request #25 from TheoMF/TheoMF-patch-1
Browse files Browse the repository at this point in the history
Create python-app.yml
  • Loading branch information
nim65s authored Aug 3, 2023
2 parents 0942a87 + 6009e50 commit 95f3ac9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: check gepetuto

on: [push, pull_request]

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install gepetuto and its dependencies
run: pipx install -e .
- name: check with gepetuto
run: cd tests && gepetuto -vva

0 comments on commit 95f3ac9

Please sign in to comment.