From 408db696530ad63fdd6222497ee1fb715c38f48c Mon Sep 17 00:00:00 2001 From: teja91338 <77358618+teja91338@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:40:28 +0530 Subject: [PATCH 01/14] modified --- .github/workflows/python-installation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index eeb8ac21..07c10513 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -10,4 +10,5 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.7 + \ No newline at end of file From 65807912afdbea61f6943758df271b015e2eeb74 Mon Sep 17 00:00:00 2001 From: Raghu473 Date: Mon, 1 Jul 2024 12:54:23 +0530 Subject: [PATCH 02/14] prk modified with matrix --- .github/workflows/pra_folder/PRK_v1.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/pra_folder/PRK_v1.yml diff --git a/.github/workflows/pra_folder/PRK_v1.yml b/.github/workflows/pra_folder/PRK_v1.yml new file mode 100644 index 00000000..27347e06 --- /dev/null +++ b/.github/workflows/pra_folder/PRK_v1.yml @@ -0,0 +1,21 @@ +name: Installing Python +'on': + - push +jobs: + build: + runs-on: '${{ matrix.os }}' + strategy: + matrix: + os: + - ubuntu-latest + - macos-12 + - windows-latest + py-version: + - 3.7 + - 3.8 + - 3.9 + steps: + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '${{ matrix.py-version }}' \ No newline at end of file From 162f60382300c8701e230e50612a0c4f98ecf8a3 Mon Sep 17 00:00:00 2001 From: Raghu473 Date: Mon, 1 Jul 2024 13:12:20 +0530 Subject: [PATCH 03/14] Create dumy_prk --- dumy_prk | 1 + 1 file changed, 1 insertion(+) create mode 100644 dumy_prk diff --git a/dumy_prk b/dumy_prk new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/dumy_prk @@ -0,0 +1 @@ + From af501bfc8ffca7c6865f5dd3ad2d16eee4c74fb2 Mon Sep 17 00:00:00 2001 From: Raghu473 Date: Mon, 1 Jul 2024 13:18:42 +0530 Subject: [PATCH 04/14] Update dumy_prk3 --- dumy_prk | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dumy_prk b/dumy_prk index 8b137891..8b496c21 100644 --- a/dumy_prk +++ b/dumy_prk @@ -1 +1,23 @@ +name: Installing Python +'on': + - push +jobs: + build: + runs-on: '${{ matrix.os }}' + strategy: + matrix: + os: + - windows-latest + - ubuntu-latest + - macos-12 + py-version: + - 3.9 + - 3.8 + - 3.7 + steps: + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '${{ matrix.py-version }}' + From 476c0cc418d48c4b75cb4e0ef621269c6c50186f Mon Sep 17 00:00:00 2001 From: teja91338 Date: Mon, 1 Jul 2024 22:19:58 +0530 Subject: [PATCH 05/14] Modified with new name --- dumy_prk => workflow | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dumy_prk => workflow (100%) diff --git a/dumy_prk b/workflow similarity index 100% rename from dumy_prk rename to workflow From 47862410bbe44bc895bbeaf1e4e7feacca0b7756 Mon Sep 17 00:00:00 2001 From: teja91338 Date: Mon, 1 Jul 2024 22:30:38 +0530 Subject: [PATCH 06/14] vellu amma vellu --- .github/workflows/python-installation.yml | 27 ++++++++++++++--------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index 07c10513..de997b33 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -1,14 +1,21 @@ name: Installing Python - -on: [push] - +'on': + - push jobs: build: - runs-on: ubuntu-latest + runs-on: '${{ matrix.os }}' + strategy: + matrix: + os: + - windows-latest + - ubuntu-latest + - macos-12 + py-version: + - 3.9 + - 3.8 + - 3.7 steps: - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: 3.7 - - \ No newline at end of file + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '${{ matrix.py-version }}' \ No newline at end of file From e1b40be3c31fc9c487b608ff9567c00fb71368ad Mon Sep 17 00:00:00 2001 From: teja91338 Date: Mon, 1 Jul 2024 22:39:54 +0530 Subject: [PATCH 07/14] added and deted files --- .github/workflows/pra_folder/PRK_v1.yml | 21 --------------------- workflow | 23 ----------------------- 2 files changed, 44 deletions(-) delete mode 100644 .github/workflows/pra_folder/PRK_v1.yml delete mode 100644 workflow diff --git a/.github/workflows/pra_folder/PRK_v1.yml b/.github/workflows/pra_folder/PRK_v1.yml deleted file mode 100644 index 27347e06..00000000 --- a/.github/workflows/pra_folder/PRK_v1.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Installing Python -'on': - - push -jobs: - build: - runs-on: '${{ matrix.os }}' - strategy: - matrix: - os: - - ubuntu-latest - - macos-12 - - windows-latest - py-version: - - 3.7 - - 3.8 - - 3.9 - steps: - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '${{ matrix.py-version }}' \ No newline at end of file diff --git a/workflow b/workflow deleted file mode 100644 index 8b496c21..00000000 --- a/workflow +++ /dev/null @@ -1,23 +0,0 @@ - -name: Installing Python -'on': - - push -jobs: - build: - runs-on: '${{ matrix.os }}' - strategy: - matrix: - os: - - windows-latest - - ubuntu-latest - - macos-12 - py-version: - - 3.9 - - 3.8 - - 3.7 - steps: - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '${{ matrix.py-version }}' - From 8fdce0d1a4a4b1c7382227c344d41dd471bb2224 Mon Sep 17 00:00:00 2001 From: teja91338 Date: Mon, 1 Jul 2024 22:50:48 +0530 Subject: [PATCH 08/14] added v3.6 --- .github/workflows/python-installation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index de997b33..5ebedef0 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -14,6 +14,7 @@ jobs: - 3.9 - 3.8 - 3.7 + - 3.6 steps: - name: Set up Python uses: actions/setup-python@v4 From b822229dfc43895a224df3f0096cbb181a542517 Mon Sep 17 00:00:00 2001 From: teja91338 Date: Mon, 1 Jul 2024 22:53:12 +0530 Subject: [PATCH 09/14] added ubunut os --- .github/workflows/python-installation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index 5ebedef0..285c006e 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -10,6 +10,7 @@ jobs: - windows-latest - ubuntu-latest - macos-12 + - ubuntu-latest py-version: - 3.9 - 3.8 From 3d3a0724023951cb069870f7b87bf3137c3dc02f Mon Sep 17 00:00:00 2001 From: teja91338 Date: Mon, 1 Jul 2024 22:55:51 +0530 Subject: [PATCH 10/14] added 4 . * and removed Ubunutu oS --- .github/workflows/python-installation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index 285c006e..37f0b90e 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -10,12 +10,12 @@ jobs: - windows-latest - ubuntu-latest - macos-12 - - ubuntu-latest + py-version: - 3.9 - 3.8 - 3.7 - - 3.6 + - 4.* steps: - name: Set up Python uses: actions/setup-python@v4 From 9b9f3137114d8a9c06bd6a2cfd260fcfaad83ef2 Mon Sep 17 00:00:00 2001 From: teja91338 Date: Mon, 1 Jul 2024 22:57:30 +0530 Subject: [PATCH 11/14] added v4.1 --- .github/workflows/python-installation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index 37f0b90e..6f279c37 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -10,12 +10,12 @@ jobs: - windows-latest - ubuntu-latest - macos-12 - + py-version: - 3.9 - 3.8 - 3.7 - - 4.* + - 4.1 steps: - name: Set up Python uses: actions/setup-python@v4 From 088696bc6a4971f86ef182de944f95d0753e4333 Mon Sep 17 00:00:00 2001 From: teja91338 Date: Mon, 1 Jul 2024 23:01:16 +0530 Subject: [PATCH 12/14] removed v4.1 --- .github/workflows/python-installation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index 6f279c37..8951670a 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -15,7 +15,7 @@ jobs: - 3.9 - 3.8 - 3.7 - - 4.1 + steps: - name: Set up Python uses: actions/setup-python@v4 From d0d20edb0e8dbfbe74b2860cd1a4c522ebe44f44 Mon Sep 17 00:00:00 2001 From: teja91338 Date: Mon, 1 Jul 2024 23:03:26 +0530 Subject: [PATCH 13/14] removed v for 2 * 2 --- .github/workflows/python-installation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index 8951670a..a29123fe 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -14,8 +14,8 @@ jobs: py-version: - 3.9 - 3.8 - - 3.7 + steps: - name: Set up Python uses: actions/setup-python@v4 From 8bc37e3cddf24234720d546cb49c95bd91f7901e Mon Sep 17 00:00:00 2001 From: teja91338 Date: Mon, 1 Jul 2024 23:06:07 +0530 Subject: [PATCH 14/14] matrix code for 3*3 --- .github/workflows/python-installation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index a29123fe..8951670a 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -14,8 +14,8 @@ jobs: py-version: - 3.9 - 3.8 + - 3.7 - steps: - name: Set up Python uses: actions/setup-python@v4