remove --dev for now from poetry install

This commit is contained in:
Kenneth Kehl
2023-08-31 11:12:16 -07:00
parent 062675ad9b
commit bc956c3dac

View File

@@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-project
- name: Install poetry packages
run: poetry install --dev
run: poetry install
- name: Validate NewRelic config
env:
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}