diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 50554cfc..575572c9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ on: type: choice options: - WARNING - - DEBUG + - DEBUG jobs: test_production: @@ -54,8 +54,8 @@ jobs: strategy: matrix: os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] - python-version: [3.7, 3.8, 3.9, '3.10'] - env: + python-version: [3.8, 3.9, '3.10'] + env: BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }} BW_USERNAME: ${{ secrets.BW_USERNAME }} BW_PASSWORD: ${{ secrets.BW_PASSWORD }} @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v2 with: ref: 'feature/openapi-generator-sdk' - + - name: Set up Python uses: actions/setup-python@v2 with: