Skip to content

Commit

Permalink
Make the CI pass (#32)
Browse files Browse the repository at this point in the history
* Exclude CLA signatures from pre-commit checks

The CLA JSON does not have an EOL at the end... ignore this.

* Fix the main Dockerfile

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

* docker-compose -> docker compose

This should fix Compose in GitHub Actions.
  • Loading branch information
Ostrzyciel authored Apr 3, 2024
1 parent 7d17280 commit 1e49274
Show file tree
Hide file tree
Showing 4 changed files with 960 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ exclude: |
^output/|
^fonts/|
^charts/|
^old/
^old/|
^signatures/|
^ci/
)
Loading

0 comments on commit 1e49274

Please sign in to comment.