Skip to content

Commit

Permalink
Merge pull request #2 from SMTorg/dev
Browse files Browse the repository at this point in the history
remove nfs
  • Loading branch information
Paul-Saves authored Sep 17, 2024
2 parents a880518 + 5089c41 commit 5a6c684
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 135 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/.nfs00000000bd83599100021dcf

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/tests.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests Coverage

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test:
Expand All @@ -28,8 +28,6 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements.txt numpy==1.26.4 ConfigSpace==0.6.1 adsg-core==1.1.0
pip install git+https://github.com/SMTorg/smt-design-space
pip list
pip install -e .
Expand All @@ -40,7 +38,7 @@ jobs:
- name: Test with pytest and coverage
run: |
RUN_SLOW_TESTS=1 pytest -v --durations=0 --cov=smt
pytest -v --durations=0 --cov=smt-design-space
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/tests_minimal.yml

This file was deleted.

13 changes: 13 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Cython
numpy
scipy
scikit-learn
pyDOE3
numba # JIT compiler
matplotlib # used in examples and tests
pytest # tests runner
pytest-xdist # allows running parallel testing with pytest -n <num_workers>
pytest-cov # allows to get coverage report
ruff # format and lint code
jenn >= 1.0.2, <2.0
egobox ~= 0.20.0

0 comments on commit 5a6c684

Please sign in to comment.