From 08908f20bfaf7e4c2a1c263ae027e83971fbf93b Mon Sep 17 00:00:00 2001 From: Abdel Hakim Bensiali Date: Sat, 20 Jul 2024 14:24:39 +0100 Subject: [PATCH] default directory --- .github/workflows/python_lib.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/python_lib.yml b/.github/workflows/python_lib.yml index 9285747..84c55d0 100644 --- a/.github/workflows/python_lib.yml +++ b/.github/workflows/python_lib.yml @@ -9,6 +9,11 @@ jobs: # matrix: # python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + defaults: + run: + working-directory: ./python + + steps: - uses: actions/checkout@v4 - name: Install Python