[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #13469

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Fix CI #13469

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove hardcoded architecture setting
  • Loading branch information
svlandeg committed Apr 29, 2024
commit 187d639e1ed0caaa96bacc1af91213b24fd977ca
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.7"
architecture: x64

- name: black
run: |
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
architecture: x64

- name: Install dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/universe_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.7"
architecture: x64

- name: Validate website/meta/universe.json
run: |
Expand Down