Skip to content

Commit

Permalink
Testing fix for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Jan 22, 2025
1 parent d03edb8 commit 976e306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip3 install poetry
pip3 install -r requirements_fix.txt
poetry install
- name: Run tests
run: poetry run pytest
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ dependencies = [
"netcdf4 (>=1.7.2,<2.0.0)",
"six (>=1.16.0,<2.0.0)",
"requests (>=2.32.3,<3.0.0)",
# "directory-tree @ https://github.com/cedadev/ceda-directory-tree.git"
]

requires-python = ">=3.9,<4"

[tool.poetry.dependencies]
directory-tree = { git = "https://github.com/cedadev/ceda-directory-tree.git", tag = "v1.1.5"}

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down
1 change: 1 addition & 0 deletions requirements_fix.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/cedadev/ceda-directory-tree/archive/v1.1.5.tar.gz

0 comments on commit 976e306

Please sign in to comment.