From c9a08ee356ffb7a5edc7ab3569b9afe7690e9907 Mon Sep 17 00:00:00 2001 From: Jimmy Charnley Kromann Date: Thu, 28 Nov 2024 20:17:47 +0100 Subject: [PATCH] Test dist --- .github/workflows/test.yml | 13 +++++-------- Makefile | 2 ++ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01c7070..4e7b763 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,11 +27,8 @@ jobs: python-version: ${{ matrix.python-version }} - run: pip install . - run: which calculate_rmsd - - run: | - make test python=python - - run: | - make format python=python - - run: | - make build python=python - make test-dist python=python - pip install dist/* + - run: make test python=python + - run: make format python=python + - run: make build python=python + - run: make test-dist python=python + - run: pip install dist/* diff --git a/Makefile b/Makefile index 2b3f0d4..f15f9a5 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: update-format format test test-dist build types upload cov + python=./env/bin/python pytest=./env/bin/pytest package=rmsd