Skip to content

Commit

Permalink
tests-pr.yml: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus-von-Koeller committed May 2, 2024
1 parent 415973a commit 10f972c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
pip install ".[test]"
- name: Show bitsandbytes and its versions
run: pip freeze | grep bitsandbytes
run: |
source activate peft
pip freeze | grep bitsandbytes
- name: Run core tests on single GPU
id: tests
Expand All @@ -56,4 +58,4 @@ jobs:
slack_channel: ${{ env.OUTPUT_SLACK_CHANNEL_ID }}
title: 🤗 Results of the bitsandbytes tests
status: ${{ steps.tests.conclusion}}
slack_token: ${{ secrets.CI_SLACK_BOT_TOKEN }}
slack_token: ${{ secrets.SLACK_API_TOKEN }}

0 comments on commit 10f972c

Please sign in to comment.