Skip to content

Commit

Permalink
ga: previous change led to error in Ubuntu build
Browse files Browse the repository at this point in the history
due to missing requirements.txt file. try without cache
  • Loading branch information
0-wiz-0 committed Jun 25, 2023
1 parent 12ba792 commit 8db471f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
- name: install dependencies (Linux)
if: ${{ runner.os == 'Linux' }}
run: |
Expand Down

0 comments on commit 8db471f

Please sign in to comment.