Skip to content

Commit

Permalink
Fix packgr publish (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-nambiar committed Aug 5, 2024
1 parent 7572061 commit 28199e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/packagr_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
# Checkout the Python client repository
- name: Check out client repository (Python)
uses: actions/checkout@v2
with:
path: 'client'

# Checkout the Rust server repository
- name: Check out server repository (Rust)
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
name: Unit tests with py-version ${{ matrix.python-version }}
steps:
- name: Test GITHUB_TOKEN permissions
run: |
curl -H "Authorization: token ${{ secrets.SERVER_CHECKOUT }}" https://api.github.com/repos/fennel-ai/server/contents/
#----------------------------------------------
# check-out repo and set-up python
#----------------------------------------------
Expand Down

0 comments on commit 28199e6

Please sign in to comment.