Skip to content

Commit

Permalink
Create necessary directories for codemaps in PyTest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneholloman committed Nov 23, 2024
1 parent cd63c2c commit cecdcc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: |
pip install .
- name: Create necessary directories
run: |
mkdir -p _codemaps
- name: Run tests
env:
PYTHONPATH: src
Expand Down

0 comments on commit cecdcc0

Please sign in to comment.