Skip to content

Commit

Permalink
github action: fold all actions into one
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Jan 9, 2024
1 parent e636d63 commit 1475051
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install python version
- name: Install Python
uses: gabrielfalcao/pyenv-action@v18
with:
default: "${{ matrix.python }}"
command: make dependencies

- name: Install dependencies
run: pip install -r development.txt

- name: Install sure
run: pip install -e .

- name: Test with PyTest
run: make tests

- name: Self/Auto Test
run: make run
command: make dependencies tests run

0 comments on commit 1475051

Please sign in to comment.