File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 38
38
run : |
39
39
conda activate env
40
40
export CC=clang
41
- python setup.py build
41
+ python -m pip install -U pip -r requirements_test.txt -r requirements.txt
42
+ python -m pip install -v -e .
42
43
43
44
- name : Run tests
44
45
shell : " bash -l {0}"
Original file line number Diff line number Diff line change 38
38
run : |
39
39
conda activate env
40
40
export CC=clang
41
- python setup.py build
41
+ python -m pip install -U pip -r requirements_test.txt -r requirements.txt
42
+ python -m pip install -v -e .
42
43
43
44
- name : Run tests
44
45
shell : " bash -l {0}"
Original file line number Diff line number Diff line change 1
1
Release notes
2
2
=============
3
3
4
+ .. _unreleased :
5
+
6
+ Unreleased
7
+ ----------
8
+
9
+ * Update Windows + Mac CI to run all tests.
10
+ By :user: `Jackson Maxfield Brown <JacksonMaxfield> `, :issue: `276 `.
11
+ Help from :user: `Oleg Höfling <hoefling> `, :issue: `273 `.
12
+
4
13
.. _release_0.7.3 :
5
14
6
15
0.7.3
7
16
-----
8
17
9
18
* Add support for Python 3.9 and Update GitHub Actions.
10
- By :user: `Jackson Maxfield <JacksonMaxfield> `, :issue: `270 `.
19
+ By :user: `Jackson Maxfield Brown <JacksonMaxfield> `, :issue: `270 `.
11
20
12
21
* Remove support for Python 3.5 which is end of life. While the code base might
13
22
still be compatible; the source dist and wheel are marked as Python 3.6+ and
You can’t perform that action at this time.
0 commit comments