Skip to content

Commit 947c85a

Browse files
committed
f
1 parent 560aeca commit 947c85a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ jobs:
55
test:
66
runs-on: ubuntu-latest
77
steps:
8+
- uses: actions/checkout@v4
9+
- run: |
10+
pip install git+https://github.com/AnswerDotAI/fastcore.git
11+
pwd
12+
ls -la
13+
python -c "from fastcore.utils import find_file_parents; print('result:', find_file_parents('pyproject.toml'))"
814
- uses: answerdotai/workflows/nbdev3-ci@master
915
with:
10-
pre: 1
16+
pre: 1

0 commit comments

Comments
 (0)