Skip to content

Conversation

@ManfredHair
Copy link
Member

No description provided.

@ManfredHair
Copy link
Member Author

tem que botar esse run_tests.yml to sem permissao nesse pc
´´´

name: Run SpiceCode Tests

on:
  pull_request:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - name: Checkout repository
      uses: actions/checkout@v4

    - name: Set up Python
      uses: actions/setup-python@v5
      with:
        python-version: '3.10' # Use a Python version compatible with your project

    - name: Install dependencies
      run: |
        python -m pip install --upgrade pip
        pip install pytest typer
        # Note: Ideally, you should fix your requirements.txt and use:
        # pip install .
        # Or at least:
        # pip install -r requirements.txt
        # But due to the encoding and importlib issues observed,
        # installing specific dependencies needed for tests directly for now.

    - name: Run tests
      run: |
        python -m pytest tests/analyze_all_langs/

´´´´

@ManfredHair
Copy link
Member Author

me coloca de admin nesse repo por favor @icrcode ou colaborador sei la

@ManfredHair
Copy link
Member Author

eu não consigo fazer branch, preciso ficar fazendo fork ai se eu dou commit no meu fork depois que a PR foi aberta ele nao entra na PR

@ManfredHair
Copy link
Member Author

me deram permissao de merge entao vou dar merge e fodase, se der problema a gente da rollback

@ManfredHair
Copy link
Member Author

aceita ai @icrcode

@icrcode
Copy link
Member

icrcode commented Apr 29, 2025

assim, vou falar a verdade, nao li e caguei

@ManfredHair
Copy link
Member Author

da mege pra mim @gtins

@gtins gtins closed this Apr 29, 2025
@icrcode icrcode merged commit 5ba8f8f into spicecodecli:main Apr 29, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants