File tree 3 files changed +8
-17
lines changed
3 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Scheduled Tests
2
2
3
3
on :
4
4
schedule :
5
- - cron : " 0 17 */14 * 5" # every 2 weeks, always on a Friday at 17:00
5
+ - cron : " 0 17 * * 5" # at 05:00 PM, only on Friday
6
6
timezone : " America/Sao_Paulo"
7
7
8
8
defaults :
@@ -11,7 +11,6 @@ defaults:
11
11
12
12
jobs :
13
13
pytest :
14
- if : github.ref == "refs/heads/master" || github.ref == "refs/heads/develop"
15
14
runs-on : ubuntu-latest
16
15
strategy :
17
16
matrix :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Attention: The newest changes should be on top -->
36
36
37
37
### Changed
38
38
39
- -
39
+ - DOC: Fix documentation dependencies [ # 651 ] ( https://github.com/RocketPy-Team/RocketPy/pull/651 )
40
40
- DOC: Fix documentation warnings [ #645 ] ( https://github.com/RocketPy-Team/RocketPy/pull/645 )
41
41
- DOC: New Environment class docs pages [ #644 ] ( https://github.com/RocketPy-Team/RocketPy/pull/644 )
42
42
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
3
# by the following command:
4
4
#
5
5
# pip-compile requirements.in
@@ -28,10 +28,6 @@ certifi==2024.2.2
28
28
# via requests
29
29
charset-normalizer == 3.3.2
30
30
# via requests
31
- colorama == 0.4.6
32
- # via
33
- # ipython
34
- # sphinx
35
31
comm == 0.2.2
36
32
# via
37
33
# ipykernel
@@ -49,8 +45,6 @@ docutils==0.20.1
49
45
# sphinx
50
46
entrypoints == 0.4
51
47
# via nbconvert
52
- exceptiongroup == 1.2.2
53
- # via ipython
54
48
executing == 2.0.1
55
49
# via stack-data
56
50
fastjsonschema == 2.19.1
@@ -144,12 +138,16 @@ pandocfilters==1.5.1
144
138
# via nbconvert
145
139
parso == 0.8.4
146
140
# via jedi
141
+ pexpect == 4.9.0
142
+ # via ipython
147
143
platformdirs == 4.2.2
148
144
# via jupyter-core
149
145
prompt-toolkit == 3.0.43
150
146
# via ipython
151
147
psutil == 5.9.8
152
148
# via ipykernel
149
+ ptyprocess == 0.7.0
150
+ # via pexpect
153
151
pure-eval == 0.2.2
154
152
# via stack-data
155
153
pydata-sphinx-theme == 0.15.2
@@ -167,8 +165,6 @@ python-dateutil==2.9.0.post0
167
165
# pandas
168
166
pytz == 2024.1
169
167
# via pandas
170
- pywin32 == 306
171
- # via jupyter-core
172
168
pyzmq == 26.0.3
173
169
# via
174
170
# ipykernel
@@ -219,8 +215,6 @@ stack-data==0.6.3
219
215
# via ipython
220
216
tinycss2 == 1.3.0
221
217
# via nbconvert
222
- tomli == 2.0.1
223
- # via sphinx
224
218
tornado == 6.4
225
219
# via
226
220
# ipykernel
@@ -239,9 +233,7 @@ traitlets==5.14.3
239
233
# nbformat
240
234
# nbsphinx
241
235
typing-extensions == 4.12.0
242
- # via
243
- # ipython
244
- # pydata-sphinx-theme
236
+ # via pydata-sphinx-theme
245
237
tzdata == 2024.1
246
238
# via pandas
247
239
urllib3 == 2.2.1
You can’t perform that action at this time.
0 commit comments