From 7f8dbdd5e59b3c8c11cd3a87258d6aa585987a51 Mon Sep 17 00:00:00 2001
From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr>
Date: Thu, 28 Oct 2021 08:36:22 -0400
Subject: [PATCH] trying jobs

---
 .github/workflows/tests.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 7a7c2642..7b7efcc0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -5,8 +5,5 @@ jobs:
     name: Tests
     runs-on: ubuntu-latest
     steps:
-        - run: cd ..
-        - run: pwd
-        - run: ls
-        - run: pip3 install -e . --no-deps
+        - run: pip3 install -e ../ --no-deps
         - run: pytest-3
\ No newline at end of file
-- 
GitLab