File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 58
58
run : uv python install ${{ env.DEFAULT_PYTHON_VERSION }}
59
59
60
60
- name : Install dependencies
61
- run : uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --no-group dev
62
- --no-group docs --no-group test
61
+ run : uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --no-group dev --no-group
62
+ docs --no-group test
63
63
64
64
- name : Run pyright
65
65
run : uv run -p ${{ env.DEFAULT_PYTHON_VERSION }} --no-sync pyright
@@ -102,14 +102,16 @@ jobs:
102
102
--no-group lint
103
103
104
104
- name : Run pytest
105
- run : uv run -p ${{ matrix.python }} --no-sync coverage run --parallel-mode -m pytest
105
+ run : uv run -p ${{ matrix.python }} --no-sync coverage run --parallel-mode -m
106
+ pytest
106
107
107
108
- name : Upload coverage data
108
109
uses : actions/upload-artifact@v4
109
110
with :
110
- name : coverage-data-${{ matrix.session }}-${{ matrix.os }}-${{ matrix.python }}
111
+ name : coverage-data-${{ matrix.session }}-${{ matrix.os }}-${{ matrix.python
112
+ }}
111
113
include-hidden-files : true
112
- path : " .coverage.*"
114
+ path : .coverage.*
113
115
114
116
docs-build :
115
117
name : docs-build
@@ -129,8 +131,8 @@ jobs:
129
131
run : uv python install ${{ env.DEFAULT_PYTHON_VERSION }}
130
132
131
133
- name : Install dependencies
132
- run : uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --no-group dev
133
- --no-group lint --no-group test
134
+ run : uv sync -p ${{ env.DEFAULT_PYTHON_VERSION }} --frozen --no-group dev --no-group
135
+ lint --no-group test
134
136
135
137
- name : Install pandoc
136
138
uses : pandoc/actions/setup@v1
Original file line number Diff line number Diff line change 9
9
issues : write
10
10
pull-requests : write
11
11
steps :
12
- - uses : actions/first-interaction@v1
13
- with :
14
- repo-token : ${{ secrets.GITHUB_TOKEN }}
15
- issue-message : " Thanks for opening your first issue in ``concreteproperties`` :raised_hands: Pull requests are always welcome :wink:"
16
- pr-message : " Thank you for your contribution to ``concreteproperties`` :pray: We will be reviewing your PR shortly :monocle_face:"
12
+ - uses : actions/first-interaction@v1
13
+ with :
14
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
15
+ issue-message : ' Thanks for opening your first issue in ``concreteproperties``
16
+ :raised_hands: Pull requests are always welcome :wink:'
17
+ pr-message : ' Thank you for your contribution to ``concreteproperties`` :pray:
18
+ We will be reviewing your PR shortly :monocle_face:'
You can’t perform that action at this time.
0 commit comments