Skip to content

Commit

Permalink
fix(compatibility): make lume compatible with meiga versions lower th… (
Browse files Browse the repository at this point in the history
#74)

* fix(compatibility): make lume compatible with meiga versions lower than 1.5.0
  • Loading branch information
acostapazo authored Aug 2, 2022
1 parent a6ff6d3 commit f8aca99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
LUME_CONFIG_FILENAME: examples/lume-sample.yml
run: |
pip uninstall meiga -y
pip install "meiga<1.5.0"
pip install "meiga<1.5.0" # force lower version of meiga
lume -install -all
pip install -U meiga
pip install -U meiga # force curent version of meiga (we don't want to corrupt the following steps)
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ filterwarnings =
error
ignore::DeprecationWarning
ignore::pytest.PytestUnraisableExceptionWarning
ignore::ResourceWarning

python_files=test_*.py
python_classes=Test*
Expand Down

0 comments on commit f8aca99

Please sign in to comment.