Skip to content

Commit

Permalink
Add test for incremental install
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jul 2, 2023
1 parent 0028a88 commit 51eb2dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -78,6 +78,15 @@ jobs:
COVERALLS_PARALLEL: true
run: coveralls --service=github

incremental_install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Build incremental install"
run: docker build -t pysr -f pysr/test/incremental_install_simulator.dockerfile .
- name: "Test incremental install"
run: docker run --rm pysr /bin/bash -c 'python3 -m pysr.test main && python3 -m pysr.test env'

conda_test:
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 51eb2dd

Please sign in to comment.