Skip to content

Commit

Permalink
fixing path to requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
abaumann committed Mar 22, 2024
1 parent d363dd5 commit c4b0114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -m pip install --upgrade pip
# Install the ml4h Python package.
pip install .
pip install -r ../../docker/vm_boot_images/config/tensorflow-requirements.txt
pip install -r docker/vm_boot_images/config/tensorflow-requirements.txt
- name: Test with pytest
run: |
pytest tests -m "not slow"

0 comments on commit c4b0114

Please sign in to comment.