Skip to content

Commit

Permalink
Execução do requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez committed May 20, 2024
1 parent c1c9760 commit 5107471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_teste-labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
python-version: '3.12'

- name: Create and start virtual environment
working-directory: ./src
run: |
python -m venv venv
source venv/bin/activate
- name: Install dependencies
working-directory: ./src
run: pip install -r requirements.txt

# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
Expand Down

0 comments on commit 5107471

Please sign in to comment.