Skip to content

Commit

Permalink
change format
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz committed Apr 8, 2024
1 parent 1e46a08 commit 80689d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Get modified files
id: files
uses: Ana06/get-changed-files@v2.2.0
with:
format: 'csv'
- name: Check capa runtime on modified files
run: python .github/check_runtimes.py ${{ steps.files.outputs.all }}
run: |
pwd
python .github/check_runtimes.py ${{ steps.files.outputs.all }}

0 comments on commit 80689d7

Please sign in to comment.