Skip to content

Prevent resource warnings from pymongo #6709

Prevent resource warnings from pymongo

Prevent resource warnings from pymongo #6709

Workflow file for this run

name: Shared Code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
cd components/shared_code
ci/pip-install.sh
- name: Test
run: |
cd components/shared_code
ci/unittest.sh
- name: Quality
run: |
cd components/shared_code
ci/quality.sh