Skip to content

Commit

Permalink
attempt 1 at fixing github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aris-koning committed Sep 16, 2024
1 parent 7b49c73 commit 3d40c60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,5 @@ jobs:
# cd test
# ./initfarm.sh
# ./initdb.sh

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Run Tox
run: tox
- name: Run tests
run: make pytest
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

venv/:
python3 -m venv venv
venv/bin/pip install --upgrade pip wheel

venv/bin/pytest: venv/
venv/bin/pip install -e ".[test]"
Expand Down

0 comments on commit 3d40c60

Please sign in to comment.