Skip to content

Commit

Permalink
fixed python ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Jan 22, 2024
1 parent dea58ee commit acf857d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Python Script
name: Python updated argument check

on:
push:
Expand All @@ -20,4 +20,4 @@ jobs:
python-version: 3.8

- name: Run Python script
run: python ../../auxiliary/arg_cheks.py
run: python ${{ github.workspace }}/auxiliary/arg_checks.py

0 comments on commit acf857d

Please sign in to comment.