Skip to content

Commit

Permalink
Remove incremental install altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Feb 7, 2024
1 parent 1ab76b8 commit 56f0425
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@ jobs:
COVERALLS_PARALLEL: true
run: coveralls --service=github

incremental_install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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 -l -c 'python3 -m pysr test main && python3 -m pysr test env'

conda_test:
runs-on: ${{ matrix.os }}
defaults:
Expand Down
52 changes: 0 additions & 52 deletions pysr/test/incremental_install_simulator.dockerfile

This file was deleted.

0 comments on commit 56f0425

Please sign in to comment.