Skip to content

Remove third ChatGPT ranking image #8

Remove third ChatGPT ranking image

Remove third ChatGPT ranking image #8

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
validate:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Compile Python files
run: python -m compileall algorithm_advisor