1 parent 497003d commit 1e63855Copy full SHA for 1e63855
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- run: python -m pip install -e ".[dev,build,gui]" cyclonedx-bom
36
- name: Install Inno Setup
37
run: choco install innosetup -y --no-progress
38
- - run: python -m pytest -m "not integration" --basetemp .pytest-tmp/release -o cache_dir=.pytest-tmp/cache
+ - run: python -c "import os; os.makedirs('.pytest-tmp', exist_ok=True)" && python -m pytest -m "not integration" --basetemp .pytest-tmp/release -o cache_dir=.pytest-tmp/cache
39
- run: python -m build
40
- name: Generate PyInstaller version-info resource
41
shell: python
0 commit comments