Skip to content

Commit

Permalink
Merge branch 'develop' into pydantic2
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetretto committed Oct 11, 2023
2 parents a077df4 + 1cfc5b8 commit e6b4d33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: testing

on:
push:
branches:
- develop

pull_request:
branches: [main]

jobs:
lint:
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies =[
"jobflow[strict] @ git+ssh://[email protected]/materialsproject/jobflow",
"jobflow[strict]",
"pydantic<2",
"fireworks",
"fabric",
"tomlkit",
"qtoolkit @ git+ssh://[email protected]/matgenix/qtoolkit", # TODO: Should be updated here when released
"qtoolkit",
"typer",
"rich",
"psutil",
Expand Down

0 comments on commit e6b4d33

Please sign in to comment.