Skip to content

Commit

Permalink
Update staging_twitstat(staging).yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanaditya authored Oct 12, 2020
1 parent ee29f32 commit 52baef1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/staging_twitstat(staging).yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
platform: python
platform-version: '3.8'

- name: Setting up Virtual Environment
run: |
python3 -m venv venv
source venv/bin/activate
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 52baef1

Please sign in to comment.