Skip to content

Commit

Permalink
updating source to be dot activated in python/pandas cache example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
japerry911 authored Oct 23, 2024
1 parent 972967c commit 5d28c70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks:
warningOnStdErr: false
beforeCommands:
- python -m venv venv
- source venv/bin/activate
- . venv/bin/activate
- pip install pandas
script: |
import pandas as pd
Expand Down

0 comments on commit 5d28c70

Please sign in to comment.