Skip to content

Commit

Permalink
Merge branch 'moneymeets:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
paulopaixaoamaral authored Jul 9, 2024
2 parents e051424 + a4069df commit e43c311
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run linter
run: |
Expand All @@ -24,6 +24,6 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: ./run_tests.sh
6 changes: 6 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ fi
log "Install poetry-plugin-export"
poetry self add 'poetry-plugin-export@*' | indent

# Disabled warning about manually installing export plugin
# https://python-poetry.org/blog/announcing-poetry-1.8.0/#removing-poetry-plugin-export-from-the-default-installation
if [ "${POETRY_VERSION:0:3}" = "1.8" ] ; then
poetry config warnings.export false
fi

REQUIREMENTS_FILE="requirements.txt"

log "Export $REQUIREMENTS_FILE from Poetry"
Expand Down

0 comments on commit e43c311

Please sign in to comment.