Skip to content

Commit

Permalink
Fix the main Dockerfile
Browse files Browse the repository at this point in the history
We were using poetry without first installing it – I've rectified this. The installation script is included in the repo to control what we are executing in CI – this is also recommended here: https://python-poetry.org/docs/#ci-recommendations
  • Loading branch information
Ostrzyciel committed Apr 3, 2024
1 parent d38792a commit 7b43ad6
Show file tree
Hide file tree
Showing 3 changed files with 958 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ exclude: |
^fonts/|
^charts/|
^old/|
^signatures/
^signatures/|
^ci/
)
Loading

0 comments on commit 7b43ad6

Please sign in to comment.