Skip to content

Commit

Permalink
fixed CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
nodtem66 committed Apr 24, 2024
1 parent 6e9e2f9 commit f1d5ee4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 51 deletions.
1 change: 0 additions & 1 deletion .ci_support/README

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/linux_64.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .ci_support/osx_64.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions .ci_support/win_64.yaml

This file was deleted.

7 changes: 1 addition & 6 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Binary

on:
workflow_dispatch:
pull_request:
push:
branches:
- master
on: workflow_dispatch

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
brew install openblas
- name: Build wheel
uses: pypa/cibuildwheel@v2
uses: pypa/cibuildwheel@v2.17
env:
# Python 2.7 on Windows requires a workaround for C++11 support,
# built separately below
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Scaffolder
# Scaffolder
![GitHub last commit](https://img.shields.io/github/last-commit/nodtem66/Scaffolder)

![Build Status](https://github.com/nodtem66/Scaffolder/actions/workflows/binary.yml/badge.svg) [![Build Status](https://dev.azure.com/n66/PublicCI/_apis/build/status%2Fnodtem66.Scaffolder%20(Anaconda%20release)?branchName=master)](https://dev.azure.com/n66/PublicCI/_build/latest?definitionId=8&branchName=master)

[![Anaconda](https://anaconda.org/nodtem66/scaffolder/badges/version.svg)](https://anaconda.org/nodtem66/scaffolder) ![Last update](https://anaconda.org/nodtem66/scaffolder/badges/latest_release_date.svg) ![Platform](https://anaconda.org/nodtem66/scaffolder/badges/platforms.svg)
Expand Down

0 comments on commit f1d5ee4

Please sign in to comment.