Skip to content

Commit

Permalink
fix: please disable PEP582
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <[email protected]>
  • Loading branch information
aarnphm committed Jul 17, 2023
1 parent acf7abb commit 5e430d5
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
python-version: ${{ matrix.python-version }}
enable-pep582: false
- name: Install dependencies
run: |
pdm use -f ${{ matrix.python-version }}
pdm install -d -G grpc -G io -G testing
run: pdm install -d -G grpc -G io -G testing
- name: Unit tests
run: pdm run -v unit
- name: Disambiguate coverage filename
Expand All @@ -61,9 +59,7 @@ jobs:
python-version: '3.8'
enable-pep582: false
- name: Install dependencies
run: |
pdm use -f "3.8"
pdm install -d -G testing -G frameworks
run: pdm install -d -G testing -G frameworks
- name: Run framework integration tests
run: pdm run -v integration
- name: Disambiguate coverage filename
Expand Down Expand Up @@ -102,9 +98,7 @@ jobs:
python-version: ${{ matrix.python-version }}
enable-pep582: false
- name: Install dependencies
run: |
pdm use -f ${{ matrix.python-version }}
pdm install -d -G io -G testing -G monitor-otlp
run: pdm install -d -G io -G testing -G monitor-otlp
- name: Run the monitoring tests
working-directory: examples/monitoring/task_classification
run: mkdir -p monitoring && pdm run -v monitoring
Expand Down Expand Up @@ -148,9 +142,7 @@ jobs:
python-version: ${{ matrix.python-version }}
enable-pep582: false
- name: Install dependencies
run: |
pdm use -f ${{ matrix.python-version }}
pdm install -d -G grpc -G io -G testing
run: pdm install -d -G grpc -G io -G testing
- name: Run ${{ matrix.server_type }} tests and generate coverage report
run: |
pip install -r tests/e2e/bento_server_${{ matrix.server_type }}/requirements.txt
Expand Down

0 comments on commit 5e430d5

Please sign in to comment.