Skip to content

Commit

Permalink
Bump archaea-simulation to 1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Oct 25, 2023
1 parent 43edc17 commit 2404713
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def automate_function(
function_inputs: An instance object matching the defined schema.
"""

print("number of cpus", os.cpu_count())
subprocess.run("/bin/bash -c 'source /opt/openfoam9/etc/bashrc'", shell=True)

# the context provides a conveniet way, to receive the triggering version
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "src/speckle_automate_py"}]
[tool.poetry.dependencies]
python = "^3.10"
specklepy = "^2.17.5"
archaea-simulation = "1.1.19"
archaea-simulation = "1.1.20"

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
Expand Down

0 comments on commit 2404713

Please sign in to comment.