We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944a135 commit 4f76a0bCopy full SHA for 4f76a0b
.github/workflows/plot.yml
@@ -24,6 +24,17 @@ jobs:
24
cache: 'pip' # caching pip dependencies
25
- run: pip install -r requirements.txt
26
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
38
- name: Run plot generation script
39
run: |
40
python3 generate_plot.py
0 commit comments