From 5ed853e562346dc54fc7d744e086e1c8a2fe62e7 Mon Sep 17 00:00:00 2001 From: Domokos Kelen Date: Thu, 2 Feb 2023 09:50:14 +0100 Subject: [PATCH] attempt to fix github automatic test --- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .gitignore | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d042b1b..fabc23e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,7 +22,7 @@ jobs: - run: which python - name: Run installation. run: | - pip install -r requirements.txt + pip install . - name: Test coverage. run: | pytest --doctest-modules diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a6aa70d..030fda4 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -22,7 +22,7 @@ jobs: - run: which python - name: Run installation. run: | - pip install -r requirements.txt + pip install . - name: Test coverage. run: | pytest --doctest-modules --cov diff --git a/.gitignore b/.gitignore index 9f5a7fe..25b83d1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ *.ipynb_checkpoints/ ethp2psim.egg-info */__pycache__ -*/__pycache__ build .pytest_cache .coverage \ No newline at end of file