Skip to content

Commit

Permalink
Clean up rworkflows.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Apr 8, 2024
1 parent a30a384 commit 9b5c8bd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ jobs:
cont: docker.io/tomrrr1/bioconductor_meme:latest
rspm: ~
steps:
# - name: Create directory and symlink
# run: |
# mkdir -p /github/home/meme
# ln -s /meme/bin /github/home/meme/bin
# - name: Verify symbolic link
# run: |
# ls -l /github/home/meme/bin
- name: Set MEME_BIN environment variable
run: echo "MEME_BIN=/meme/bin" >> $GITHUB_ENV
- name: Check MEME_BIN
Expand All @@ -51,7 +44,7 @@ jobs:
has_runit: ${{ false }}
has_latex: ${{ false }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run_docker: ${{ true }}
run_docker: ${{ false }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
runner_os: ${{ runner.os }}
cache_version: cache-v1
Expand Down

0 comments on commit 9b5c8bd

Please sign in to comment.