Skip to content

Commit

Permalink
Update cli-pkg.yml (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS authored Apr 4, 2024
1 parent 6a9a96a commit 8e279b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test run in CL
run: |
rbstata datasets/auto.dta --target-version 13 --verbose
rbstata assets/datasets/auto.dta --target-version 13 --verbose
build_macOS:
runs-on: macos-latest
Expand All @@ -45,7 +45,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test run in CL
run: |
rbstata datasets/auto.dta --target-version 13 --verbose
rbstata assets/datasets/auto.dta --target-version 13 --verbose
build_windows:
runs-on: windows-latest
Expand All @@ -66,4 +66,4 @@ jobs:
python -m pip install -r requirements.txt
- name: Test run in CL
run: |
rbstata datasets/auto.dta --target-version 13 --verbose
rbstata assets/datasets/auto.dta --target-version 13 --verbose

0 comments on commit 8e279b6

Please sign in to comment.