diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6933ea6..7dbf67a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ jobs: matrix: python-version: - "3.12" + defaults: + run: + working-directory: publications/2023-neurips/ steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}