Skip to content

Commit

Permalink
fully removing experimental optimize checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bwpriest committed Aug 1, 2023
1 parent a5f3030 commit a9030e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/develop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
test-group: [short, optimize, optimize-experimental, multivariate]
test-group: [short, optimize, multivariate]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Optimize Tests
if: matrix.test-group == 'optimize'
run: python tests/optimize.py
- name: Optimize Tests
if: matrix.test-group == 'optimize-experimental'
# - name: Optimize Tests - experimental
# if: matrix.test-group == 'optimize-experimental'
# run: python tests/mini_batch.py
- name: Multivariate Tests
if: matrix.test-group == 'multivariate'
Expand Down

0 comments on commit a9030e3

Please sign in to comment.