Skip to content

Bump aiohttp from 3.9.5 to 3.10.2 in /criteo_uplift #5

Bump aiohttp from 3.9.5 to 3.10.2 in /criteo_uplift

Bump aiohttp from 3.9.5 to 3.10.2 in /criteo_uplift #5

Workflow file for this run

name: criteo_uplift
on:
push:
paths:
- 'criteo_uplift/**'
- '.github/workflows/criteo_uplift.yml'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r criteo_uplift/requirements.txt
- name: Run a command
run: |
cd ${{github.workspace}}/criteo_uplift
python test.py