diff --git a/.github/workflows/decode.yml b/.github/workflows/decode.yml index 1d3a1f9cb..958bd82d4 100644 --- a/.github/workflows/decode.yml +++ b/.github/workflows/decode.yml @@ -15,7 +15,7 @@ jobs: - name: Execute Python script for decoding run: | - python scr/decode.py + python src/decode.py - name: Install dependencies and run decode run: |