Skip to content

Commit

Permalink
Rollback to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianDepriester committed Jan 9, 2025
1 parent e14595f commit 226f50c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
pip install pytest pytest-cov codecov pymatgen
- name: Install project and its dependencies
run: pip install -r requirements.txt
run: pip install -e .[dev] # Installe Elasticipy et les dépendances dev

- name: Run tests
env:
MP_API_KEY: ${{ secrets.MP_TOKEN }}

run: pytest tests

- name: Upload results to Codecov
Expand Down

0 comments on commit 226f50c

Please sign in to comment.