Skip to content

Commit

Permalink
chore: update data-refresh.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuutsav authored Jun 9, 2024
1 parent a1965fd commit ccde3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/data-refresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Create and start virtual environment
run: |
python3 -m venv venv
source venv/bin/activate
python3 -m venv .venv
source .venv/bin/activate
- name: Install dependencies
run: |
Expand Down

0 comments on commit ccde3c2

Please sign in to comment.