File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
10
10
run_macro_micro_dummy :
11
11
name : Run macro-micro dummy
12
12
runs-on : ubuntu-latest
13
- container : precice/precice:v2.3.0
13
+ container : precice/precice
14
14
steps :
15
15
- name : Checkout Repository
16
16
uses : actions/checkout@v2
17
17
- name : Install Dependencies
18
18
run : |
19
19
apt-get -qq update
20
- apt-get -qq install python3-dev python3-pip git python-is-python3
20
+ apt-get -qq install python3-dev python3-pip git python-is-python3 pkg-config
21
21
python -m pip install --upgrade pip
22
22
pip install setuptools wheel twine
23
23
- name : Install pyprecice
Original file line number Diff line number Diff line change 2
2
3
3
## latest
4
4
5
+ ## v0.2.1
6
+
7
+ - Fixing the broken action workflow ` run-macro-micro-dummy `
8
+
5
9
## v0.2.0
6
10
7
11
- Change package from ` micro-manager ` to ` micro-manager-precice ` and upload to PyPI.
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'micro-manager-precice' ,
17
- version = 'v0.2.0 ' ,
17
+ version = 'v0.2.1 ' ,
18
18
description = 'micro-manager-precice is a package which facilitates two-scale macro-micro coupled simulations using preCICE' ,
19
19
long_description = long_description ,
20
20
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments