Skip to content

Commit

Permalink
content of dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Badr-MOUFAD committed Mar 30, 2024
1 parent a87fbf8 commit 2e89487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- run:
name: Get Python running
command: |
echo $(pwd)
pwd
ls
python -m pip install --user --upgrade --progress-bar off pip
python -m pip install --user --upgrade --progress-bar off -r requirements.txt
python -m pip install --user --upgrade --progress-bar off -r doc/doc-requirements.txt
Expand Down

0 comments on commit 2e89487

Please sign in to comment.