Skip to content

Commit

Permalink
Save created Regeltests within the database
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeil committed Apr 17, 2022
1 parent 873a35f commit 29ce5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: echo __version__=\"${{ steps.version.outputs.version }}\" > src/__version__.py
- run: pip install -r requirements.txt
- run: pip install pyinstaller
- run: pip install pyinstaller==4.10
- run: pyinstaller RegeltestCreator.spec -F
- if: matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit 29ce5fb

Please sign in to comment.