diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8304bd9..cc6e742 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,19 +1,8 @@ -# Workflow - -name: Nome do seu fluxo de trabalho - -on: [push, pull_request] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.x' - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt +steps: +- uses: actions/checkout@v4 +- name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '3.x' +- name: Install dependencies + run: python -m pip install --upgrade pip setuptools wheel