Skip to content

Commit

Permalink
Upgrading pip dependencies to latest (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh authored Jul 25, 2023
1 parent 2fdad13 commit aa751c8
Show file tree
Hide file tree
Showing 8 changed files with 1,575 additions and 5,702 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.8'
cache: 'pip' # caching pip dependencies

- name: Setup git
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.9]
python-version: [3.8, 3.11]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -45,10 +45,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.8'
cache: 'pip' # caching pip dependencies

- name: Set up Go
Expand Down Expand Up @@ -99,10 +99,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.8'
cache: 'pip' # caching pip dependencies

- name: Set up Nodejs
Expand Down
2,793 changes: 118 additions & 2,675 deletions getgauge/messages/messages_pb2.py

Large diffs are not rendered by default.

Loading

0 comments on commit aa751c8

Please sign in to comment.