Skip to content

Commit

Permalink
remove --list in conda env command
Browse files Browse the repository at this point in the history
  • Loading branch information
karkir0003 committed Oct 7, 2023
1 parent 0c2538b commit a93915a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
export AWS_ACCESS_KEY_ID=testing
export AWS_SECRET_ACCESS_KEY=testing
export AWS_DEFAULT_REGION=us-west-2
conda env --list
conda env list
pwd
cd training && poetry run pytest tests
shell: bash -el {0}
Expand Down

0 comments on commit a93915a

Please sign in to comment.