Skip to content

Commit 4f76a0b

Browse files
committed
commented action to install racket
1 parent 944a135 commit 4f76a0b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/plot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ jobs:
2424
cache: 'pip' # caching pip dependencies
2525
- run: pip install -r requirements.txt
2626

27+
# Racket setup below does not work due to lack of sudo permissions on self-hosted runner
28+
# Unable to enter password for sudo through terminal...
29+
#- name: Set up Racket
30+
# uses: Bogdanp/setup-racket@v1.14
31+
# with:
32+
# architecture: 'x64'
33+
# distribution: 'full'
34+
# version: '8.18'
35+
# sudo: never # either 'always' or 'never'
36+
37+
2738
- name: Run plot generation script
2839
run: |
2940
python3 generate_plot.py

0 commit comments

Comments
 (0)