Compare commits

...

1 Commits

Author SHA1 Message Date
1698545391 actions: Use empty string for github token
Some checks failed
Ruff / ruff (push) Successful in 21s
Test / test (push) Failing after 3m55s
2024-02-17 13:47:27 -05:00

View File

@ -24,6 +24,7 @@ jobs:
with: with:
cache: true cache: true
python-version: ~3.11 python-version: ~3.11
token: ""
- name: Install apt dependencies - name: Install apt dependencies
run: >- run: >-
sudo apt-get update && sudo apt-get update &&