Skip to content

Commit

Permalink
Fix CI (requirements.txt path)
Browse files Browse the repository at this point in the history
  • Loading branch information
MShekow committed Nov 20, 2024
1 parent b1e0a2e commit 3733545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version-file: 'pyproject.toml'
- name: Run Tests
run: |
pip install -r requirements.txt
pip install -r requirements-poetry.txt
python3 -m venv .venv
source .venv/bin/activate
poetry install --with test
Expand Down

0 comments on commit 3733545

Please sign in to comment.