Skip to content

Commit 3c14d2c

Browse files
committed
chore(ci): remove dev requirements from workflow and update README
1 parent 4fde72e commit 3c14d2c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -r requirements.txt
23-
pip install -r requirements-dev.txt
2423
2524
- name: Lint (flake8)
2625
run: flake8 src tests

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ Importe `postman_collection.json` e preencha as variáveis:
146146
## Demonstração
147147

148148
### 1. Estrutura da tabela (Supabase)
149-
![Schema](docs/supabase_schema.png)
149+
![Schema](docs/supabase-schema.jpeg)
150150

151151
### 2. Registros (Supabase)
152-
![Dados](docs/supabase_table.png)
152+
![Dados](docs/supabase-table.jpeg)
153153

154154
### 3. Execução do script
155155
![Execução](docs/run_script.png)

0 commit comments

Comments
 (0)