We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560aeca commit 947c85aCopy full SHA for 947c85a
.github/workflows/test.yaml
@@ -5,6 +5,12 @@ jobs:
5
test:
6
runs-on: ubuntu-latest
7
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'))"
14
- uses: answerdotai/workflows/nbdev3-ci@master
15
with:
- pre: 1
16
+ pre: 1
0 commit comments