Skip to content

Commit 10e8516

Browse files
committed
Fix contributing guide
1 parent 208beb1 commit 10e8516

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ or
104104

105105
* Install dependencies:
106106

107-
``poetry install --extras "sqlserver" "sparql"``
107+
``poetry install --extras "sqlserver sparql"``
108108

109109
* Run the validation script:
110110

@@ -135,7 +135,7 @@ or
135135

136136
* Install dependencies:
137137

138-
``poetry install --extras "sqlserver" "sparql"``
138+
``poetry install --extras "sqlserver sparql"``
139139

140140
* Go to the ``test_infra`` directory
141141

@@ -192,7 +192,7 @@ or
192192

193193
* Then run the command bellow to install all dependencies:
194194

195-
``poetry install --extras "sqlserver" "sparql"``
195+
``poetry install --extras "sqlserver sparql"``
196196

197197
* Go to the ``test_infra`` directory
198198

0 commit comments

Comments
 (0)