Skip to content

Commit 54b5c7c

Browse files
fix: corregir CI - instalar paquete local y limpiar requirements.txt
1 parent 8b35a2b commit 54b5c7c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
1415
- name: Set up Python
1516
uses: actions/setup-python@v4
1617
with:
1718
python-version: '3.10'
19+
1820
- name: Install dependencies
1921
run: |
2022
python -m pip install --upgrade pip
23+
pip install -e .
2124
pip install -r requirements.txt
25+
2226
- name: Run tests
2327
run: |
2428
pytest -q

requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
pandas
2-
pytest
32
matplotlib
43
seaborn
5-
64
pytest
7-
matplotlib
8-
seaborn

0 commit comments

Comments
 (0)