We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f7ab0 commit 72b2ee3Copy full SHA for 72b2ee3
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
with:
31
repository: aiperceivable/apcore
32
- path: ../apcore
+ path: .apcore-spec
33
34
- name: Set up Python
35
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
@@ -52,5 +52,7 @@ jobs:
52
ruff check src/ tests/
53
54
- name: Run tests
55
+ env:
56
+ APCORE_SPEC_REPO: ${{ github.workspace }}/.apcore-spec
57
run: |
58
pytest
0 commit comments