Skip to content

Commit

Permalink
temp: bump up to the latest fedot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopa10ko committed Aug 8, 2024
1 parent 66b3024 commit dc1e0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.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
- name: Run tests with pytest
run: poetry run pytest --cov=fedot_ind -s tests/integration

Expand Down
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

- 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 dc1e0af

Please sign in to comment.