Deminiko commited on
Commit
19e7720
·
1 Parent(s): 2d758b7
Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +12 -0
.github/workflows/sync-to-hf.yml CHANGED
@@ -25,6 +25,18 @@ jobs:
25
  exit 1
26
  fi
27
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  - name: Sanity: ensure HF config exists, install deps, quick smoke tests
29
  run: |
30
  if [ ! -f .hf-config ]; then
 
25
  exit 1
26
  fi
27
 
28
+ - name: Show runner + workspace info (diagnostics)
29
+ run: |
30
+ echo "Runner info:"
31
+ uname -a || true
32
+ echo "Python (system):"; python --version || true
33
+ echo "Workspace files (top-level):"; ls -la || true
34
+
35
+ - name: Setup Python
36
+ uses: actions/setup-python@v4
37
+ with:
38
+ python-version: '3.10'
39
+
40
  - name: Sanity: ensure HF config exists, install deps, quick smoke tests
41
  run: |
42
  if [ ! -f .hf-config ]; then