Skip to content

Commit a0b7c37

Browse files
authored
Update deployment workflow to install additional packages
install pathsim-chem for built data extraction
1 parent feccfd5 commit a0b7c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: '3.11'
3232

3333
- name: Install PathSim
34-
run: pip install pathsim docutils
34+
run: pip install pathsim pathsim-chem docutils
3535

3636
- name: Install dependencies
3737
run: npm ci

0 commit comments

Comments
 (0)