From 2d4a3840329ced515cd3b6070875d8c209a12a2f Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Thu, 28 Oct 2021 08:30:24 -0400 Subject: [PATCH] trying jobs --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 28e3ee36..881610aa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,6 @@ jobs: name: Tests runs-on: ubuntu-latest steps: - - run: ls . + - run: pip3 -h - run: pip3 install -e . --no-deps - run: pytest-3 \ No newline at end of file -- GitLab