We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a35d4 commit a9af0e1Copy full SHA for a9af0e1
.github/workflows/main.yml
@@ -16,6 +16,9 @@ jobs:
16
thesis: ['EngineerThesis', 'MasterThesis']
17
fail-fast: false
18
steps:
19
+ - name: Checkout WUT-Thesis repository
20
+ uses: actions/checkout@v2
21
+
22
- name: Install LaTeX dependencies
23
run: |
24
sudo apt-get install -y \
@@ -30,9 +33,6 @@ jobs:
30
33
texlive-luatex \
31
34
tex-gyre
32
35
- - name: Checkout WUT-Thesis repository
- uses: actions/checkout@v2
-
36
- name: Install Python dependencies
37
run: sudo pip install -r requirements.txt
38
0 commit comments