Skip to content

Commit

Permalink
changed bump up fedot
Browse files Browse the repository at this point in the history
  • Loading branch information
leostre committed Jul 26, 2024
1 parent c1ab5da commit 916f899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: poetry install

- name: Bump up FEDOT to a stable revision (temporary)
run: poetry add git+https://github.com/aimclub/FEDOT.git@e0b4ee7
run: poetry add git+https://github.com/aimclub/FEDOT.git@master

- name: Run tests with pytest
run: poetry run pytest --cov=fedot_ind --cov-report xml:coverage.xml tests/unit
Expand Down

0 comments on commit 916f899

Please sign in to comment.