Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 14, 2023
1 parent cd812c2 commit 2bda086
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/deploy_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '3.6.3'
- name: Downgrade rpy2 (Windows)
if: runner.os == 'Windows'
run: |
# Force installation of rpy2 3.5.12
# https://github.com/rpy2/rpy2/issues/1044
python -m pip install rpy2==3.5.12
- name: install lme4 (Windows)
if: runner.os == 'Windows'
shell: bash
run: |
R -e "install.packages('lme4', repos='http://cran.rstudio.org', type='binary')"
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -45,9 +30,6 @@ jobs:
if: runner.os == 'macOS'
working-directory: ./build-recipes
run: |
# Uninstall rpy2, because it does not work on frozen macOS:
# https://github.com/DC-analysis/ChipStream/issues/73
pip uninstall -y rpy2
bash ./macos_build_app.sh ChipStream ${{ env.RELEASE_VERSION }}
- name: Build windows executable
if: runner.os == 'windows'
Expand Down

0 comments on commit 2bda086

Please sign in to comment.