Skip to content

Commit

Permalink
Merge branch 'compatibility-v3.0.0' of github.com:precice/fenics-adap…
Browse files Browse the repository at this point in the history
…ter into compatibility-v3.0.0
  • Loading branch information
BenjaminRodenberg committed Sep 28, 2023
2 parents 5ffe18b + 5e8c632 commit 53ecec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
mkdir -p precice
echo "from setuptools import setup" >> precice/setup.py
echo "setup(name='pyprecice', version='2.0.2.1')" >> precice/setup.py
echo "setup(name='pyprecice', version='3.0.0.0')" >> precice/setup.py
python3 -m pip install ./precice/
- name: Run unit tests
run: python3 setup.py test -s tests.unit
Expand Down

0 comments on commit 53ecec0

Please sign in to comment.