Skip to content

Commit

Permalink
disable dependency checking in assemble-turnstile-data
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Aug 31, 2023
1 parent 51e153a commit 058a0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assemble-turnstile-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install RACK CLI
run: |
pip3 install RACK/cli/wheels/*.whl
pip3 install --no-dependencies RACK/cli/wheels/*.whl
sudo apt-get install -qq --yes swi-prolog
- name: Assemble Turnstile ingestion package
Expand Down

0 comments on commit 058a0d1

Please sign in to comment.