Skip to content

Commit 0590064

Browse files
committed
🚮 Remove unused config.
1 parent adeac42 commit 0590064

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

.github/workflows/rw_poetry_run_test_with_multi_py_versions.yaml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -85,47 +85,3 @@ jobs:
8585
http_server_port: ${{ inputs.http_server_port }}
8686
http_server_app_module: ${{ inputs.http_server_app_module }}
8787
http_server_enter_point: ${{ inputs.http_server_enter_point }}
88-
89-
90-
# steps:
91-
# - uses: actions/checkout@v3
92-
#
93-
# - name: Install Python ${{ matrix.python-version }}
94-
# uses: actions/setup-python@v4
95-
# with:
96-
# python-version: ${{ matrix.python-version }}
97-
#
98-
# - name: Install Python dependencies
99-
# run: |
100-
# python -m pip install --upgrade pip
101-
# pip install -U pip
102-
# pip install -U flask
103-
# pip install -U gunicorn
104-
# pip install -U poetry
105-
#
106-
# - name: Build Python runtime environment by Poetry
107-
# run: |
108-
# poetry --version
109-
# poetry install
110-
#
111-
# - name: Setup and run HTTP server for testing
112-
# if: ${{ inputs.setup_http_server == true }}
113-
# run: gunicorn --bind ${{ inputs.http_server_host }}:${{ inputs.http_server_port }} '${{ inputs.http_server_app_module }}:${{ inputs.http_server_enter_point }}' --daemon
114-
#
115-
# - name: Test to send HTTP request to sample HTTP server
116-
# if: ${{ inputs.setup_http_server == true }}
117-
# run: curl "http://${{ inputs.http_server_host }}:${{ inputs.http_server_port }}/exchangeReport/STOCK_DAY?response=json&date=20170101&stockNo=2331"
118-
#
119-
# - name: Run tests with pytest
120-
# run: poetry run pytest ${{ matrix.test-path }}
121-
# continue-on-error: true
122-
#
123-
# - name: Rename the code coverage result file
124-
# run: mv ./.coverage ./.coverage.${{ inputs.test_type }}.${{ matrix.os }}-${{ matrix.python-version }}
125-
#
126-
# - name: Upload code coverage result file
127-
# uses: actions/upload-artifact@v3
128-
# with:
129-
# name: coverage
130-
# path: .coverage.${{ inputs.test_type }}.${{ matrix.os }}-${{ matrix.python-version }}
131-
# if-no-files-found: error

0 commit comments

Comments
 (0)