Skip to content

Commit

Permalink
Merge pull request #95 from ftorradeflot/automated_testing
Browse files Browse the repository at this point in the history
Fix installation
  • Loading branch information
lauracabayol authored Jun 4, 2024
2 parents 17dca44 + 32b8fe9 commit c7064a4
Show file tree
Hide file tree
Showing 28 changed files with 7 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# .github/workflows/python-tests.yml
name: LaCE automated testing

on: [push]
on:
push:
branches: '*'
workflow_dispatch:


jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ notebooks/*.ipynb
lace.egg-info/
*/__pycache__/
*/*/__pycache__/
build
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ explicit = [
"GPy==1.13.1",
]

[tool.setuptools.packages.find]
include = ["lace"]
namespaces = false

[project.urls]
Homepage="https://github.com/igmhub/LaCE"
Repository="https://github.com/igmhub/LaCE.git"
Issues="https://github.com/igmhub/LaCE/issues"
Issues="https://github.com/igmhub/LaCE/issues"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c7064a4

Please sign in to comment.