Commit c0907f4 1 parent cc549cc commit c0907f4 Copy full SHA for c0907f4
File tree 1 file changed +20
-18
lines changed
1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
18
- - name : Configure additional swap space
19
- run : |
20
- sudo dd if=/dev/zero of=/private/var/vm/swapfile bs=1024m count=4
21
- sudo chmod 0600 /private/var/vm/swapfile
22
- sudo dynamic_pager -F /private/var/vm/swapfile
23
-
24
18
- name : Set up Python
25
19
uses : actions/setup-python@v5
26
20
with :
@@ -30,18 +24,26 @@ jobs:
30
24
run : |
31
25
curl -LsSf https://astral.sh/uv/install.sh | sh
32
26
33
- - name : Install dependencies
34
- run : |
35
- make install
36
-
37
- - name : Run linting
38
- run : |
39
- make lint
40
-
41
- - name : Run formatting check
27
+ # - name: Install dependencies
28
+ # run: |
29
+ # make install
30
+ #
31
+ # - name: Run linting
32
+ # run: |
33
+ # make lint
34
+ #
35
+ # - name: Run formatting check
36
+ # run: |
37
+ # make format
38
+
39
+ # - name: Run tests
40
+ # run: |
41
+ # make test
42
+
43
+ - name : Install
42
44
run : |
43
- make format
45
+ uv tool install --upgrade mflux
44
46
45
- - name : Run tests
47
+ - name : Generate an image
46
48
run : |
47
- make test
49
+ mflux-generate --model schnell --prompt "Luxury food photograph" --steps 2 --seed 2 -q 8
You can’t perform that action at this time.
0 commit comments