Skip to content

Commit dea11dc

Browse files
committed
updated the ci.yml
1 parent 85d6642 commit dea11dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
python - <<'PY'
7171
import reqsync, subprocess, sys
7272
print("reqsync version:", getattr(reqsync, "__version__", "unknown"))
73-
subprocess.run([sys.executable, "-m", "reqsync.cli", "run", "--help"], check=True)
74-
PY
73+
subprocess.run([sys.executable, "-m", "reqsync.cli", "--help"], check=True)
74+
PY

0 commit comments

Comments
 (0)